From 92ed9e5cb83b03fb0545ebcc641b25de2195d2f7 Mon Sep 17 00:00:00 2001 From: shartte Date: Sun, 15 May 2022 20:51:56 +0200 Subject: [PATCH] Added note about Crowdin --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index a29e894e56b..b7d8ff0ca01 100644 --- a/README.md +++ b/README.md @@ -161,11 +161,7 @@ Files must be encoded as UTF-8. ### New or updated Translations -The language files are located in `/src/main/resources/assets/ae2/lang/` and use the [appropriate locale code](http://minecraft.gamepedia.com/Language) as name and `.lang` as extension. - -To update an translation edit the corresponding file and improve/correct the existing entry. Or copy any entries from `en_US.lang` for missing translation. - -To create a new translation, copy the contents of `en_US.lang`, create a new file with appropriate filename, and translate it to your language. +We use Crowdin crowd-sourced translations for our localization. You can participate in localizing Applied Energistics 2 on our [Crowdin Page](https://appliedenergistics2.crowdin.com/applied-energistics-2). Please keep in mind that we use [String format](https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html) to pass additional data to the text for displaying. Therefore you should preserve parts like `%s` or `%1$d%%`, which allows us to replace them with the correct values while you still have the option to change their order for match the rules of grammar.