Multi-language support

This commit is contained in:
nearbyplayer
2017-08-15 22:39:52 -04:00
parent bd4559667f
commit 4201f4a735
6 changed files with 133 additions and 62 deletions
+2 -1
View File
@@ -3,6 +3,7 @@ Config.DrawDistance = 100.0
Config.NPCJobEarnings = {min = 15, max = 40}
Config.MaxInService = 2
Config.EnablePlayerManagement = false
Config.Locale = 'fr'
Config.Zones = {
@@ -121,4 +122,4 @@ Config.JobLocations = {
{x = -1645.546, y = 144.571, z = 61.664},
{x = -1160.618, y = 744.418, z = 154.571},
{x = -798.09, y = 831.699, z = 204.351},
}
}