From cc222034cb37816948af49e1080f1f57a8a1bc23 Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 24 Sep 2019 17:56:12 -0400 Subject: [PATCH 1/2] Update TRANSLATING.md --- TRANSLATING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TRANSLATING.md b/TRANSLATING.md index 69065a91ba..1a94b8f44e 100644 --- a/TRANSLATING.md +++ b/TRANSLATING.md @@ -31,6 +31,10 @@ There are two ways to test the translation bundle: 1) Assuming you have the PC version downloaded, download your bundle file, name it `bundle.properties`, then place it in the same folder as the Mindustry desktop executable and run it. *You should get a popup message in-game confirming that you have loaded an external translation.* 2) For advanced users: simply download your fork of mindustry and compile/run the game. +### Translating for stores (Steam, Google Play) + +If you would like to translate the descriptions for Google Play or Steam, see the [Fastlane Metadata folder](https://github.com/Anuken/Mindustry/tree/master/fastlane/metadata) and submit a pull request for files there. On Google Play, you would create or edit the folder with the correct local code; for Steam, I have to update the translations manually, so just name the folder with the language name, and include the same files as the English folder does. + **And that's it.** *(...of course, that's never really it. Bother me on Discord when something inevitably goes wrong.)* From 668032639215e00c90a5a20be5cca416d02fbbce Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 24 Sep 2019 17:56:23 -0400 Subject: [PATCH 2/2] Update TRANSLATING.md --- TRANSLATING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TRANSLATING.md b/TRANSLATING.md index 1a94b8f44e..0514018541 100644 --- a/TRANSLATING.md +++ b/TRANSLATING.md @@ -31,7 +31,7 @@ There are two ways to test the translation bundle: 1) Assuming you have the PC version downloaded, download your bundle file, name it `bundle.properties`, then place it in the same folder as the Mindustry desktop executable and run it. *You should get a popup message in-game confirming that you have loaded an external translation.* 2) For advanced users: simply download your fork of mindustry and compile/run the game. -### Translating for stores (Steam, Google Play) +#### Translating for stores (Steam, Google Play) If you would like to translate the descriptions for Google Play or Steam, see the [Fastlane Metadata folder](https://github.com/Anuken/Mindustry/tree/master/fastlane/metadata) and submit a pull request for files there. On Google Play, you would create or edit the folder with the correct local code; for Steam, I have to update the translations manually, so just name the folder with the language name, and include the same files as the English folder does.