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

11
locales/it.json Normal file
View File

@@ -0,0 +1,11 @@
{
"language": "Italian",
"ui": {
"settings": {
"title": "Impostazioni",
"language": "Lingua"
},
"close": "Chiudere",
"confirm": "Confermare"
}
}