Локализация экрана настроек, удалил лишние конфигурации сборки

This commit is contained in:
Ivan Murashov
2017-09-11 11:41:20 +03:00
parent 0dc8ab5da0
commit 0dde204dcd
12 changed files with 131 additions and 57 deletions

View File

@@ -43,6 +43,12 @@ class MessageLookup extends MessageLookupByLibrary {
"help " : MessageLookupByLibrary.simpleMessage("Справка"),
"logout" : MessageLookupByLibrary.simpleMessage("Выход"),
"currency" : MessageLookupByLibrary.simpleMessage("Валюта"),
"locale" : MessageLookupByLibrary.simpleMessage("Язык")
"locale" : MessageLookupByLibrary.simpleMessage("Язык"),
"russian" : MessageLookupByLibrary.simpleMessage("Русский"),
"english" : MessageLookupByLibrary.simpleMessage("Английский"),
"ukrainian" : MessageLookupByLibrary.simpleMessage("Украинский"),
"rubles" : MessageLookupByLibrary.simpleMessage("Рубль"),
"dollars" : MessageLookupByLibrary.simpleMessage("Доллар"),
"hryvna" : MessageLookupByLibrary.simpleMessage("Гривна")
};
}