mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
renamed _root.ron files to _manifest.ron
This commit is contained in:
parent
5b62398e80
commit
7a4c3fa9a6
@ -12,6 +12,6 @@ rules:
|
||||
|
||||
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
|
||||
- Configure the language metadata in the `_root.ron` file
|
||||
- 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 !
|
||||
|
@ -8,7 +8,7 @@ use tracing::warn;
|
||||
/// Also the default language at first startup.
|
||||
pub const REFERENCE_LANG: &str = "en";
|
||||
|
||||
pub const LANG_MANIFEST_FILE: &str = "_root";
|
||||
pub const LANG_MANIFEST_FILE: &str = "_manifest";
|
||||
|
||||
/// How a language can be described
|
||||
#[derive(Clone, Debug, PartialEq, Eq, Serialize, Deserialize)]
|
||||
|
Loading…
Reference in New Issue
Block a user