From 2bbac903f14f6b1144d52f89dd0e643933a7e1cd Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 18 Oct 2017 14:45:04 +0100 Subject: [PATCH] 'base file' is a bit overloaded by weblate --- scripts/gen-i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gen-i18n.js b/scripts/gen-i18n.js index d3c92cc8f3..3ce5aeb312 100644 --- a/scripts/gen-i18n.js +++ b/scripts/gen-i18n.js @@ -15,7 +15,7 @@ limitations under the License. */ /** - * Regenerates the translations base file by walking the source tree and + * Regenerates the translations en_EN file by walking the source tree and * parsing each file with flow-parser. Emits a JSON file with the * translatable strings mapped to themselves in the order they appeared * in the files and grouped by the file they appeared in.