Updated translation support
This commit is contained in:
parent
b1e8cd68cd
commit
d25565b6f8
114 changed files with 42095 additions and 1902 deletions
10
README.md
10
README.md
|
@ -180,7 +180,15 @@ This command generates a CSV file with 100 000 subscriber accounts
|
|||
|
||||
## Translations
|
||||
|
||||
Mailtrain is currently not translated but it supports translations. To add translations you first need to add translation support for the translatable strings
|
||||
Mailtrain is currently not translated but it supports translations. To add translations you first need to add translation support for the translatable strings. To test if strings are translatable or not, use a fake language with code "zz"
|
||||
|
||||
```toml
|
||||
language="zz"
|
||||
```
|
||||
|
||||
This would modify all input strings. If a string is not modified then it does not support translations.
|
||||
|
||||

|
||||
|
||||
### Translating JavaScript files
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue