feat(locales): Added locales (#25)

Added multiple locales to ox_lib
This commit is contained in:
Panda
2022-05-19 21:59:56 +10:00
committed by GitHub
parent 84867900eb
commit 72d8b59f2c
6 changed files with 68 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"language": "Slovenian",
"ui": {
"settings": {
"title": "Nastavitve",
"language": "Jezik"
},
"close": "Zapri",
"confirm": "Potrdi"
}
}