crowdin compatibility

This commit is contained in:
Plailect 2017-01-15 20:05:09 -05:00 committed by Plailect
parent 40ce1203f9
commit d40d605e81
No known key found for this signature in database
GPG key ID: F8A415C5EA602A41

View file

@ -1,21 +1,38 @@
# titles with translations should be translated
# translation urls should be /<locale>/<file> (i.e.: /es_ES/credits)
# see https://github.com/Plailect/Guide/tree/l10n/_pages for locale codes
# each language should be separated by a blank line
main:
- title: "FAQ"
main: [
{
title: "FAQ",
url: /faq
- title: "Troubleshooting"
},
{
title: "Troubleshooting",
url: /troubleshooting
- title: "Donations"
},
{
title: "Donations",
url: /donations
- title: "Credits"
},
{
title: "Credits",
url: /credits
- title: "Updating A9LH"
},
{
title: "Updating A9LH",
url: /updating-a9lh
- title: "Region Changing"
},
{
title: "Region Changing",
url: /region-changing
- title: "NAND Size"
},
{
title: "NAND Size",
url: /nand-size
- title: "Site Navigation"
},
{
title: "Site Navigation",
url: /site-navigation
}
]