mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-25 12:45:17 +00:00
Update readme.md
This commit is contained in:
parent
353aa0ac63
commit
6a1f4ee58d
1 changed files with 8 additions and 5 deletions
|
@ -26,19 +26,22 @@ That doesn't apply to the file name (polish.js, dutch.js, indonesian.js), but it
|
||||||
|
|
||||||
There are different fields. This is an example of a field:
|
There are different fields. This is an example of a field:
|
||||||
|
|
||||||
**home: "Home"**
|
`home: "Home"`
|
||||||
|
|
||||||
Never touch the text previous the double dot (:). That is an indicator of what part is being translated. If you modify it, it won't work.
|
Never touch the text previous the double dot (:). That is an indicator of what part is being translated. If you modify it, it won't work.
|
||||||
|
|
||||||
Only translate the text into quotation marks ("). For example, if the translation of "Home" is "Vue", the result will be:
|
Only translate the text into quotation marks ("). For example, if the translation of "Home" is "Vue", the result will be:
|
||||||
|
|
||||||
**home: "Vue"**
|
`home: "Vue"`
|
||||||
|
|
||||||
It's easy and intuitive. Also there are different sections:
|
It's easy and intuitive. Also there are different sections:
|
||||||
|
|
||||||
**settings: { <br/>
|
```
|
||||||
general: "General", <br/>
|
settings: {
|
||||||
theme: "Theme",**
|
general: "General",
|
||||||
|
theme: "Theme"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
Don't touch the section name, in this case, "settings".
|
Don't touch the section name, in this case, "settings".
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue