Files
ox_lib/locales/sk.json
ANTOND 0bce238304 feat(locales): Make all language names localised (#65)
* feat(locales): Make all language names localised

* fix(locales): Remove duplicate locale

"cr" is incorrent locale code for Croatian and is in this folder twice. "hr.json" is the correct file.

* fix(locales/et): Language name
2022-08-10 07:54:32 +10:00

13 lines
205 B
JSON

{
"language": "Slovenčina",
"ui": {
"settings": {
"title": "Nastavenia",
"language": "Jazyk"
},
"cancel": "Zrušiť",
"close": "Zavrieť",
"confirm": "Potvrdiť"
}
}