Skip to content

Commit

Permalink
feat(locales): hr.json (#41)
Browse files Browse the repository at this point in the history
* Locales for Croatian, Bosnian and Serbian.

These three languages from the Balkans share the same language pretty much, this locale would cover all three of them without a need for additional locales for the mentioned languages.

* Renamed to hr.json to follow naming conventions

https://www.ibm.com/docs/en/zos/2.1.0?topic=utility-locale-naming-conventions
  • Loading branch information
cqmpact committed Nov 12, 2022
1 parent 56f876d commit 8d9b02d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions locales/hr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"toggle_front_driver_door": "Prednja lijeva vrata",
"toggle_front_passenger_door": "Prednja desna vrata",
"toggle_rear_driver_door": "Zadnja lijeva vrata",
"toggle_rear_passenger_door": "Zadnja desna vrata",
"toggle_hood": "Hauba",
"toggle_trunk": "Gepek",
"debug_box": "(Debug) Kocka (Box)",
"debug_sphere": "(Debug) Sfera (Sphere)",
"debug_police_car": "Policijski auto",
"debug_ped": "(Debug) Ped",
"debug_vehicle": "(Debug) Auto",
"debug_object": "(Debug) Objekt",
"toggle_targeting": "Upali/Ugasi Target sistem"
}

0 comments on commit 8d9b02d

Please sign in to comment.