mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Update changelog
This commit is contained in:
parent
584824d405
commit
eec6d68585
@ -67,6 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Switched to procedural snow cover on trees
|
||||
- Significantly improved terrain generation performance
|
||||
- Significantly stabilized the game clock, to produce more "constant" TPS
|
||||
- Transitioned main menu and character selection screen to a using iced for the ui (fixes paste keybinding on macos, removes password field limits, adds tabbing between input fields in the main menu, adds language selection in the main menu)
|
||||
|
||||
### Removed
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/// Localization for Polish / Tłumaczenia dla języka polskiego
|
||||
Localization(
|
||||
(
|
||||
metadata: (
|
||||
language_name: "Polish",
|
||||
language_identifier: "PL",
|
||||
|
@ -12,7 +12,7 @@
|
||||
///
|
||||
/// Localization for Spanish (Spain)
|
||||
|
||||
Localization(
|
||||
(
|
||||
metadata: (
|
||||
language_name: "Español de España",
|
||||
language_identifier: "es_ES",
|
||||
|
@ -13,7 +13,7 @@
|
||||
/// WARNING: Localization files shall be saved in UTF-8 format without BOM
|
||||
|
||||
/// Localization for "latinoamericano" Latin-American
|
||||
Localization(
|
||||
(
|
||||
metadata: (
|
||||
language_name: "Español Latino",
|
||||
language_identifier: "es_la",
|
||||
|
@ -1,5 +1,5 @@
|
||||
/// Localization for Portuguese (Brazil)
|
||||
Localization(
|
||||
(
|
||||
metadata: (
|
||||
language_name: "Português Brasileiro",
|
||||
language_identifier: "pt_BR",
|
||||
|
@ -11,7 +11,7 @@
|
||||
/// `assets/voxygen/i18n` and that's it!
|
||||
|
||||
/// Localization for Swedish
|
||||
Localization(
|
||||
(
|
||||
metadata: (
|
||||
language_name: "Svenska",
|
||||
language_identifier: "sv",
|
||||
|
@ -13,7 +13,7 @@
|
||||
/// 注意: 本地化文件应以 UTF-8无BOM 格式保存
|
||||
|
||||
/// "全局"本地化 Simplified Chinese-简体中文
|
||||
Localization(
|
||||
(
|
||||
metadata: (
|
||||
language_name: "Simplified Chinese",
|
||||
language_identifier: "zh_CN",
|
||||
|
@ -1,5 +1,5 @@
|
||||
/// Localization for Traditional Chinese
|
||||
Localization(
|
||||
(
|
||||
metadata: (
|
||||
language_name: "繁體中文",
|
||||
language_identifier: "zh_TW",
|
||||
|
Loading…
Reference in New Issue
Block a user