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() {
|
function save() {
|
||||||
saveJSON(
|
saveJSON(
|
||||||
app.current,
|
app.current,
|
||||||
"translation_" + app.current.languageCode.toLowerCase() + ".json"
|
"translation_" + app.current.languageCode + ".json"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
function view() {
|
function view() {
|
||||||
showJSON(
|
showJSON(
|
||||||
app.current,
|
app.current,
|
||||||
"translation_" + app.current.languageCode.toLowerCase() + ".json"
|
"translation_" + app.current.languageCode + ".json"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user