From b55ded454b57f1160ad9161513cfea6cc0cc2613 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 21 Feb 2017 11:13:10 +0100 Subject: [PATCH] Update README #2 --- customize.dist/translations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/translations/README.md b/customize.dist/translations/README.md index 7bfcd167b..e7323cade 100644 --- a/customize.dist/translations/README.md +++ b/customize.dist/translations/README.md @@ -89,7 +89,7 @@ define(function () { ``` It's important that you modify just the string, and not the variable name which is used to access its content. -For instance, changing `_languageName` to `_language_name` would make the string `'Pirate'` inaccessible to the rest of the codebase. +For instance, changing `main_title` to `mainTitle` would make the translated string inaccessible to the rest of the codebase. If a key is not found in your translation, the default English version of that key will be used. This is to make sure that buttons and other interface elements are not empty, but it's obviously not ideal.