crowdin compatibility
This commit is contained in:
parent
6c68bd283e
commit
27663f2196
1 changed files with 27 additions and 10 deletions
|
@ -1,21 +1,38 @@
|
||||||
|
# titles with translations should be translated
|
||||||
# translation urls should be /<locale>/<file> (i.e.: /es_ES/credits)
|
# translation urls should be /<locale>/<file> (i.e.: /es_ES/credits)
|
||||||
# see https://github.com/Plailect/Guide/tree/l10n/_pages for locale codes
|
# see https://github.com/Plailect/Guide/tree/l10n/_pages for locale codes
|
||||||
# each language should be separated by a blank line
|
|
||||||
|
|
||||||
main:
|
main: [
|
||||||
- title: "FAQ"
|
{
|
||||||
|
title: "FAQ",
|
||||||
url: /faq
|
url: /faq
|
||||||
- title: "Troubleshooting"
|
},
|
||||||
|
{
|
||||||
|
title: "Troubleshooting",
|
||||||
url: /troubleshooting
|
url: /troubleshooting
|
||||||
- title: "Donations"
|
},
|
||||||
|
{
|
||||||
|
title: "Donations",
|
||||||
url: /donations
|
url: /donations
|
||||||
- title: "Credits"
|
},
|
||||||
|
{
|
||||||
|
title: "Credits",
|
||||||
url: /credits
|
url: /credits
|
||||||
- title: "Updating A9LH"
|
},
|
||||||
|
{
|
||||||
|
title: "Updating A9LH",
|
||||||
url: /updating-a9lh
|
url: /updating-a9lh
|
||||||
- title: "Region Changing"
|
},
|
||||||
|
{
|
||||||
|
title: "Region Changing",
|
||||||
url: /region-changing
|
url: /region-changing
|
||||||
- title: "NAND Size"
|
},
|
||||||
|
{
|
||||||
|
title: "NAND Size",
|
||||||
url: /nand-size
|
url: /nand-size
|
||||||
- title: "Site Navigation"
|
},
|
||||||
|
{
|
||||||
|
title: "Site Navigation",
|
||||||
url: /site-navigation
|
url: /site-navigation
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
Loading…
Reference in a new issue