mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-14 03:51:23 +00:00
Add info
This commit is contained in:
parent
fca90b97aa
commit
9a4ee9c83a
@ -16,7 +16,7 @@ Please:
|
||||
|
||||
Translation in GUI:
|
||||
|
||||
- If the first letter of the translation must be uppercase, use the postProcess, for example: `t('core:advanced_users', { postProcess: 'capitalizeFirst' })`
|
||||
- If the first letter of the translation must be uppercase, use the postProcess, for example: `t('core:advanced_users', { postProcess: 'capitalizeFirstChar' })`
|
||||
- For all translation in uppercase `{ postProcess: 'capitalizeAll' }`
|
||||
- See `.src/i18n/i18n.ts` for processor definition
|
||||
|
||||
@ -27,6 +27,7 @@ These are the current namespaces, in which all translations are organized:
|
||||
- `auth`: relative to the authentication (name, addresses, keys, secrets, seedphrase, and so on...)
|
||||
- `core`: all the core translation
|
||||
- `group`: all translations concerning group management
|
||||
- `question`: all questions to the users
|
||||
- `tutorial`: dedicated to the tutorial pages
|
||||
|
||||
Please avoid duplication of the same translation.
|
||||
@ -34,6 +35,6 @@ In the same page the usage of translations from different namespaces is permissi
|
||||
|
||||
## Missing language?
|
||||
|
||||
- Please open an issue on the project's github repository and specify the missing language, by clicking [here](https://github.com/Qortal/Qortal-Hub/issues/new)
|
||||
- Please open an issue on the project's github repository and specify the missing language, by clicking [New Issue](https://github.com/Qortal/Qortal-Hub/issues/new)
|
||||
|
||||
- You can also open a Pull Request if you like to contribute directly to the project.
|
||||
|
Loading…
x
Reference in New Issue
Block a user