Templates file is now empty for simple creation of new language files!

This commit is contained in:
Yair Morgenstern 2019-12-14 23:26:00 +02:00
parent 04ad012cd9
commit 7ba5429387
2 changed files with 1342 additions and 1343 deletions

View File

@ -137,7 +137,6 @@ class Ruleset {
private fun readTranslationsFromProperties() {
val languages = ArrayList<String>()
// languages.add("templates") // first off,
languages.addAll(Locale.getAvailableLocales()
.map { it.displayName })