mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Update TranslationEditor.html
Remove toLowerCase() from languageCode.
This commit is contained in:
@@ -13,14 +13,14 @@
|
||||
function save() {
|
||||
saveJSON(
|
||||
app.current,
|
||||
"translation_" + app.current.languageCode.toLowerCase() + ".json"
|
||||
"translation_" + app.current.languageCode + ".json"
|
||||
);
|
||||
}
|
||||
|
||||
function view() {
|
||||
showJSON(
|
||||
app.current,
|
||||
"translation_" + app.current.languageCode.toLowerCase() + ".json"
|
||||
"translation_" + app.current.languageCode + ".json"
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user