feat(locales): Added locales (#25)

Added multiple locales to ox_lib
This commit is contained in:
Panda
2022-05-19 13:59:56 +02:00
committed by GitHub
parent 84867900eb
commit 72d8b59f2c
6 changed files with 68 additions and 0 deletions

12
locales/al.json Normal file
View File

@@ -0,0 +1,12 @@
{
"language": "Albanian",
"ui": {
"settings": {
"title": "Cilësimet",
"language": "Gjuhe"
},
"close": "Mbylle",
"confirm": "Konfirmo"
}
}