From eb28a8523faac1e3f7f1d41b4d198b722d06bbbf Mon Sep 17 00:00:00 2001 From: MoonlightWave-12 <135532-MoonlightWave-12@users.noreply.gitlab.gnome.org> Date: Sat, 2 Mar 2024 19:22:02 +0100 Subject: [PATCH] doc/tutorial.md: Remove outdated information about translations The custom translation-system and the tests for it have been removed. Relevant commits: https://gitlab.gnome.org/World/Phosh/squeekboard/-/commit/10ea276052d93fdd70c0881116de4aef505a4df9 https://gitlab.gnome.org/World/Phosh/squeekboard/-/commit/0a417fe4a277c81b94277208bda60b818a54876a Part-of: --- doc/tutorial.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/tutorial.md b/doc/tutorial.md index bd3f4534..7b1129e3 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -62,8 +62,7 @@ Above all, your layout should be working, be tested, not break anything, and mak * Checkout your branch, edit your keyboard layout and commit your changes * Your layout **must** be correctly named, and in `data/keyboards/`. * Your layout **must** pass the `test_layout` tool with zero problems. -* Your translation **must** be correctly named, and in `data/langs/`. -* Your layout or translation **must** be added to automatic tests. **Remember to add** the translation to `src/resources.rs` and the layout to `tests/meson.build`. +* Your layout **must** be added to automatic tests. **Remember to add the layout** to `src/resources.rs` and `tests/meson.build`. ### Get it merged