-
-
Notifications
You must be signed in to change notification settings - Fork 15
Translation
Just use Crowdin to translate the plugin into your own language, for generel translations.
You can translate the Plot System into your own language by using the lang folder in the plugin's data folder.
For most languages, there is already a translation available.
If you want to add a new language, you can copy the en_GB.txt file and rename it to your language code (e.g. de_DE.txt for German).
Then make a pull request with your translation or just send it to use. We also need to change the source code to support your language.
Since the Plot System v5, you need to translate the city and country names in the languages files.
If you don't want to use diffrent Names (& descriptions) for your cities, just add them into your default language file (en_GB.yml).
Everything needs to be in the ``database```section of the language file.
city-project:
linz:
name: 'Linz'
description: 'A city in Austria, known for its beautiful architecture and rich history.' country:
AT:
name: 'Austria'# -----------------------------------------------------
# | Database
# -----------------------------------------------------
database:
city-project:
linz:
name: 'Linz'
description: 'A city in Austria, known for its beautiful architecture and rich history.'
country:
AT:
name: 'Austria'
CH:
name: 'Switzerland'
LI:
name: 'Liechtenstein'
difficulty:
easy:
name: 'Easy'
medium:
name: 'Medium'
hard:
name: 'Hard'
status:
unclaimed:
name: 'Unclaimed'
unfinished:
name: 'Unfinished'
unreviewed:
name: 'Unreviewed'
completed:
name: 'Completed'
toggle-criteria:
built_on_outlines: 'Built on outlines'
correct_height: 'Correct building height'
correct_facade_colour: 'Correct building colour'
correct_roof_colour: 'Correct roof colour'
correct_roof_shape: 'Correct roof shape'
correct_amount_windows_doors: 'Correct amount of windows and doors'
correct_window_type: 'Correct window types'
windows_blacked_out: 'All windows blacked out'