From d40d605e811b8996b35e3a34be7adab5896a1362 Mon Sep 17 00:00:00 2001 From: Plailect Date: Sun, 15 Jan 2017 20:05:09 -0500 Subject: [PATCH] crowdin compatibility --- _data/navigation/en_US.yml | 37 +++++++++++++++++++++++++++---------- 1 file changed, 27 insertions(+), 10 deletions(-) diff --git a/_data/navigation/en_US.yml b/_data/navigation/en_US.yml index b3118456f3..d5e3cb9f57 100644 --- a/_data/navigation/en_US.yml +++ b/_data/navigation/en_US.yml @@ -1,21 +1,38 @@ +# titles with translations should be translated # translation urls should be // (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 + } +]