veloren/assets/voxygen/i18n
Cat Stevens 83e4cdfe76 Allow locking camera zoom
Allow the camera's zoom to be locked by a keybind
	or a Gameplay setting. The zoom lock
	behavior can be changed between Toggle
	and Auto, where Auto only locks the camera
	zoom while specific movement/combat inputs
	are being pressed. (closes !1528)

A temporary fading notification is shown at the
	top of the screen, informing the player of
	the setting change (when the keybind is
	used) or that the zoom is locked (when
	the player might have forgotten the zoom
	is locked, and is trying to zoom).

i18n strings are added for English and German,
	but no other languages.

To implement the simplistic fading text, the
	behavior was extracted into an impl
	called `ChangeNotification`, where
	reasons are quantified by `NotificationReason`.
2023-03-05 11:30:27 -05:00
..
ar_SA Remove template.ftl file 2022-08-17 22:46:48 +03:00
be_BY Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
ca_CA Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
cz_CZ Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
de_DE Allow locking camera zoom 2023-03-05 11:30:27 -05:00
en Allow locking camera zoom 2023-03-05 11:30:27 -05:00
es_ES feat(i18n): update the Spanish (Castilian) translation 2023-01-24 15:21:25 +01:00
es_LA fix spanish file movement 2022-12-15 21:39:59 +01:00
eu Translate missing Basque strings 2022-10-04 22:25:23 +00:00
fr_FR Update the French translation 2023-01-17 09:42:35 +11:00
hu_HU Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
it_IT Italian translation: buff-*-potionsickness 2023-01-26 12:36:45 +01:00
ja_JP Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
ko_KR Update the Korean translation 2023-01-23 00:32:21 -07:00
nl_NL Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
no_NB Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
pl_PL lang(pl_PL): update polish translations 2022-10-28 17:46:17 +02:00
pt_BR Updating some translations, reordering others to match order with EN language - part 2 2023-01-30 02:13:31 +00:00
pt_PT Migrate i18n files to new format 2022-08-06 21:57:08 +03:00
ro_RO Update description of the flashing lights setting 2022-12-16 21:34:22 +02:00
ru_RU Madirex rus/russian translation update 2023-02-01 10:40:58 +00:00
sr_SR Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
sv_SE Remove unused 'hud-chat-mod' entry 2023-02-08 20:58:43 +01:00
th_TH Improve and fix Thai translation. 2022-10-25 21:37:58 +00:00
tr_TR Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
uk_UA UA localization update 2022-09-29 18:00:40 +00:00
vi_VI Extend item pickup UI to group members 2022-09-20 22:13:50 +00:00
zh_CN Update description of the flashing lights setting 2022-12-16 21:34:22 +02:00
zh_TW Migrate i18n files to new format 2022-08-06 21:57:08 +03:00
README.md Update i18n's README.md to correct grammar and formatting 2020-12-31 12:32:22 +01:00

Translation document instructions

In order to keep localization documents readible please follow the following rules:

  • Separate the string map sections using a commentary describing the purpose of the next section
  • Prepend multi-line strings with a commentary
  • Append one blank line after multi-line strings and two blank lines after sections

Adding a new language in Veloren

To add a new language in Veloren, please follow these steps:

  • Create a new folder into the assets/voxygen/i18n directory
  • Copy the content of the en directory in your new folder
  • Configure the language metadata in the _manifest.ron file
  • From this point, you can start translating the files!