Skip to content

Commit

Permalink
fix: locale folder
Browse files Browse the repository at this point in the history
ox_lib explicitly checks for a `locales` folder, not locale
  • Loading branch information
BerkieBb committed Jan 20, 2024
1 parent e950471 commit 87493f1
Show file tree
Hide file tree
Showing 34 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ files {
'bridge/qb/shared/export-function.lua',
'config/client.lua',
'config/shared.lua',
'locale/*.json'
'locales/*.json'
}

dependencies {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
40 changes: 20 additions & 20 deletions locale/th.json → locales/th.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"error": {
"not_online": "ผู้เล่นไม่ออนไลน์",
"wrong_format": "รูปแบบไม่ถูกต้อง",
"missing_args": "ไม่ได้ป้อนทุกอาร์กิวเมนต์ (x, y, z)",
"missing_args2": "จะต้องกรอกอาร์กิวเมนต์ทั้งหมด",
"no_access": "ไม่มีสิทธิ์เข้าถึงคำสั่งนี้",
"company_too_poor": "ผู้ว่าจ้างของคุณยากจนมาก",
"item_not_exist": "ไม่มีรายการนี้",
"too_heavy": "สินค้าในคลังเต็มแล้ว"
},
"success": {},
"info": {
"received_paycheck": "คุณได้รับเงินเดือนเป็นเงิน $%s",
"job_info": "อาชีพ: %s | ระดับ: %s | อยู่ในหน้าที่: %s",
"gang_info": "แก๊ง: %s | ระดับ: %s",
"on_duty": "ตอนนี้คุณอยู่ในหน้าที่แล้ว",
"off_duty": "ตอนนี้คุณออกหน้าที่แล้ว"
}
}
{
"error": {
"not_online": "ผู้เล่นไม่ออนไลน์",
"wrong_format": "รูปแบบไม่ถูกต้อง",
"missing_args": "ไม่ได้ป้อนทุกอาร์กิวเมนต์ (x, y, z)",
"missing_args2": "จะต้องกรอกอาร์กิวเมนต์ทั้งหมด",
"no_access": "ไม่มีสิทธิ์เข้าถึงคำสั่งนี้",
"company_too_poor": "ผู้ว่าจ้างของคุณยากจนมาก",
"item_not_exist": "ไม่มีรายการนี้",
"too_heavy": "สินค้าในคลังเต็มแล้ว"
},
"success": {},
"info": {
"received_paycheck": "คุณได้รับเงินเดือนเป็นเงิน $%s",
"job_info": "อาชีพ: %s | ระดับ: %s | อยู่ในหน้าที่: %s",
"gang_info": "แก๊ง: %s | ระดับ: %s",
"on_duty": "ตอนนี้คุณอยู่ในหน้าที่แล้ว",
"off_duty": "ตอนนี้คุณออกหน้าที่แล้ว"
}
}
File renamed without changes.
File renamed without changes.

0 comments on commit 87493f1

Please sign in to comment.