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
|
- Switched to procedural snow cover on trees
|
||||||
- Significantly improved terrain generation performance
|
- Significantly improved terrain generation performance
|
||||||
- Significantly stabilized the game clock, to produce more "constant" TPS
|
- 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
|
### Removed
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/// Localization for Polish / Tłumaczenia dla języka polskiego
|
/// Localization for Polish / Tłumaczenia dla języka polskiego
|
||||||
Localization(
|
(
|
||||||
metadata: (
|
metadata: (
|
||||||
language_name: "Polish",
|
language_name: "Polish",
|
||||||
language_identifier: "PL",
|
language_identifier: "PL",
|
||||||
|
@ -160,7 +160,7 @@ https://veloren.net/account/."#,
|
|||||||
"main.login.kicked": "You have been kicked with the following reason",
|
"main.login.kicked": "You have been kicked with the following reason",
|
||||||
"main.login.select_language": "Select a language",
|
"main.login.select_language": "Select a language",
|
||||||
|
|
||||||
"main.servers.select_server": "Select a server",
|
"main.servers.select_server": "Select a server",
|
||||||
|
|
||||||
/// End Main screen section
|
/// End Main screen section
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
///
|
///
|
||||||
/// Localization for Spanish (Spain)
|
/// Localization for Spanish (Spain)
|
||||||
|
|
||||||
Localization(
|
(
|
||||||
metadata: (
|
metadata: (
|
||||||
language_name: "Español de España",
|
language_name: "Español de España",
|
||||||
language_identifier: "es_ES",
|
language_identifier: "es_ES",
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
/// WARNING: Localization files shall be saved in UTF-8 format without BOM
|
/// WARNING: Localization files shall be saved in UTF-8 format without BOM
|
||||||
|
|
||||||
/// Localization for "latinoamericano" Latin-American
|
/// Localization for "latinoamericano" Latin-American
|
||||||
Localization(
|
(
|
||||||
metadata: (
|
metadata: (
|
||||||
language_name: "Español Latino",
|
language_name: "Español Latino",
|
||||||
language_identifier: "es_la",
|
language_identifier: "es_la",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/// Localization for Portuguese (Brazil)
|
/// Localization for Portuguese (Brazil)
|
||||||
Localization(
|
(
|
||||||
metadata: (
|
metadata: (
|
||||||
language_name: "Português Brasileiro",
|
language_name: "Português Brasileiro",
|
||||||
language_identifier: "pt_BR",
|
language_identifier: "pt_BR",
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
/// `assets/voxygen/i18n` and that's it!
|
/// `assets/voxygen/i18n` and that's it!
|
||||||
|
|
||||||
/// Localization for Swedish
|
/// Localization for Swedish
|
||||||
Localization(
|
(
|
||||||
metadata: (
|
metadata: (
|
||||||
language_name: "Svenska",
|
language_name: "Svenska",
|
||||||
language_identifier: "sv",
|
language_identifier: "sv",
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
/// 注意: 本地化文件应以 UTF-8无BOM 格式保存
|
/// 注意: 本地化文件应以 UTF-8无BOM 格式保存
|
||||||
|
|
||||||
/// "全局"本地化 Simplified Chinese-简体中文
|
/// "全局"本地化 Simplified Chinese-简体中文
|
||||||
Localization(
|
(
|
||||||
metadata: (
|
metadata: (
|
||||||
language_name: "Simplified Chinese",
|
language_name: "Simplified Chinese",
|
||||||
language_identifier: "zh_CN",
|
language_identifier: "zh_CN",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/// Localization for Traditional Chinese
|
/// Localization for Traditional Chinese
|
||||||
Localization(
|
(
|
||||||
metadata: (
|
metadata: (
|
||||||
language_name: "繁體中文",
|
language_name: "繁體中文",
|
||||||
language_identifier: "zh_TW",
|
language_identifier: "zh_TW",
|
||||||
|
Loading…
Reference in New Issue
Block a user