Add localization

This commit is contained in:
ludeeus
2019-12-15 23:28:48 +00:00
parent 859ab76340
commit 19a88abd43
4 changed files with 48 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"common": {
"version": "Version",
"invalid_configuration": "Invalid configuration",
"show_warning": "Show Warning"
}
}
+7
View File
@@ -0,0 +1,7 @@
{
"common": {
"version": "VErsjon",
"invalid_configuration": "Ikke gyldig konfiguration",
"show_warning": "Vis advarsel"
}
}