mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
readme typo
This commit is contained in:
parent
0c40d44de7
commit
b60eadf468
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
## How to translate a string
|
||||
|
||||
- If the string is in a `.jade` file it can be accessed with `env.t('string name here')`
|
||||
- If the string is in a `.js` file it can be accessed with `window.env.t['string name here']`
|
||||
- If the string is in a `.js` file it can be accessed with `window.env.t('string name here')`
|
||||
|
||||
HabitRPG
|
||||
===============
|
||||
|
|
|
|||
Loading…
Reference in a new issue