From 82030a50fb3e5c7bce7dd5ec6a4961440d5eb414 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sun, 6 Sep 2015 13:54:40 -0500 Subject: [PATCH] Add faq to other languages --- common/locales/cs/faq.json | 3 +++ common/locales/da/faq.json | 3 +++ common/locales/de/faq.json | 3 +++ common/locales/en@pirate/faq.json | 3 +++ common/locales/en_GB/faq.json | 3 +++ common/locales/es/faq.json | 3 +++ common/locales/es_419/faq.json | 3 +++ common/locales/fr/faq.json | 3 +++ common/locales/he/faq.json | 3 +++ common/locales/hu/faq.json | 3 +++ common/locales/it/faq.json | 3 +++ common/locales/ja/faq.json | 3 +++ common/locales/nl/faq.json | 3 +++ common/locales/pl/faq.json | 3 +++ common/locales/pt/faq.json | 3 +++ common/locales/ro/faq.json | 3 +++ common/locales/ru/faq.json | 3 +++ common/locales/sk/faq.json | 3 +++ common/locales/sr/faq.json | 3 +++ common/locales/sv/faq.json | 3 +++ common/locales/uk/faq.json | 3 +++ common/locales/zh/faq.json | 3 +++ common/locales/zh_TW/faq.json | 3 +++ 23 files changed, 69 insertions(+) create mode 100644 common/locales/cs/faq.json create mode 100644 common/locales/da/faq.json create mode 100644 common/locales/de/faq.json create mode 100644 common/locales/en@pirate/faq.json create mode 100644 common/locales/en_GB/faq.json create mode 100644 common/locales/es/faq.json create mode 100644 common/locales/es_419/faq.json create mode 100644 common/locales/fr/faq.json create mode 100644 common/locales/he/faq.json create mode 100644 common/locales/hu/faq.json create mode 100644 common/locales/it/faq.json create mode 100644 common/locales/ja/faq.json create mode 100644 common/locales/nl/faq.json create mode 100644 common/locales/pl/faq.json create mode 100644 common/locales/pt/faq.json create mode 100644 common/locales/ro/faq.json create mode 100644 common/locales/ru/faq.json create mode 100644 common/locales/sk/faq.json create mode 100644 common/locales/sr/faq.json create mode 100644 common/locales/sv/faq.json create mode 100644 common/locales/uk/faq.json create mode 100644 common/locales/zh/faq.json create mode 100644 common/locales/zh_TW/faq.json diff --git a/common/locales/cs/faq.json b/common/locales/cs/faq.json new file mode 100644 index 0000000000..d3c1f3a0a3 --- /dev/null +++ b/common/locales/cs/faq.json @@ -0,0 +1,3 @@ +{ + "wiki": "Wiki" +} \ No newline at end of file diff --git a/common/locales/da/faq.json b/common/locales/da/faq.json new file mode 100644 index 0000000000..d3c1f3a0a3 --- /dev/null +++ b/common/locales/da/faq.json @@ -0,0 +1,3 @@ +{ + "wiki": "Wiki" +} \ No newline at end of file diff --git a/common/locales/de/faq.json b/common/locales/de/faq.json new file mode 100644 index 0000000000..d3c1f3a0a3 --- /dev/null +++ b/common/locales/de/faq.json @@ -0,0 +1,3 @@ +{ + "wiki": "Wiki" +} \ No newline at end of file diff --git a/common/locales/en@pirate/faq.json b/common/locales/en@pirate/faq.json new file mode 100644 index 0000000000..d3c1f3a0a3 --- /dev/null +++ b/common/locales/en@pirate/faq.json @@ -0,0 +1,3 @@ +{ + "wiki": "Wiki" +} \ No newline at end of file diff --git a/common/locales/en_GB/faq.json b/common/locales/en_GB/faq.json new file mode 100644 index 0000000000..d3c1f3a0a3 --- /dev/null +++ b/common/locales/en_GB/faq.json @@ -0,0 +1,3 @@ +{ + "wiki": "Wiki" +} \ No newline at end of file diff --git a/common/locales/es/faq.json b/common/locales/es/faq.json new file mode 100644 index 0000000000..d3c1f3a0a3 --- /dev/null +++ b/common/locales/es/faq.json @@ -0,0 +1,3 @@ +{ + "wiki": "Wiki" +} \ No newline at end of file diff --git a/common/locales/es_419/faq.json b/common/locales/es_419/faq.json new file mode 100644 index 0000000000..d3c1f3a0a3 --- /dev/null +++ b/common/locales/es_419/faq.json @@ -0,0 +1,3 @@ +{ + "wiki": "Wiki" +} \ No newline at end of file diff --git a/common/locales/fr/faq.json b/common/locales/fr/faq.json new file mode 100644 index 0000000000..d3c1f3a0a3 --- /dev/null +++ b/common/locales/fr/faq.json @@ -0,0 +1,3 @@ +{ + "wiki": "Wiki" +} \ No newline at end of file diff --git a/common/locales/he/faq.json b/common/locales/he/faq.json new file mode 100644 index 0000000000..d3c1f3a0a3 --- /dev/null +++ b/common/locales/he/faq.json @@ -0,0 +1,3 @@ +{ + "wiki": "Wiki" +} \ No newline at end of file diff --git a/common/locales/hu/faq.json b/common/locales/hu/faq.json new file mode 100644 index 0000000000..d3c1f3a0a3 --- /dev/null +++ b/common/locales/hu/faq.json @@ -0,0 +1,3 @@ +{ + "wiki": "Wiki" +} \ No newline at end of file diff --git a/common/locales/it/faq.json b/common/locales/it/faq.json new file mode 100644 index 0000000000..d3c1f3a0a3 --- /dev/null +++ b/common/locales/it/faq.json @@ -0,0 +1,3 @@ +{ + "wiki": "Wiki" +} \ No newline at end of file diff --git a/common/locales/ja/faq.json b/common/locales/ja/faq.json new file mode 100644 index 0000000000..d3c1f3a0a3 --- /dev/null +++ b/common/locales/ja/faq.json @@ -0,0 +1,3 @@ +{ + "wiki": "Wiki" +} \ No newline at end of file diff --git a/common/locales/nl/faq.json b/common/locales/nl/faq.json new file mode 100644 index 0000000000..d3c1f3a0a3 --- /dev/null +++ b/common/locales/nl/faq.json @@ -0,0 +1,3 @@ +{ + "wiki": "Wiki" +} \ No newline at end of file diff --git a/common/locales/pl/faq.json b/common/locales/pl/faq.json new file mode 100644 index 0000000000..d3c1f3a0a3 --- /dev/null +++ b/common/locales/pl/faq.json @@ -0,0 +1,3 @@ +{ + "wiki": "Wiki" +} \ No newline at end of file diff --git a/common/locales/pt/faq.json b/common/locales/pt/faq.json new file mode 100644 index 0000000000..d3c1f3a0a3 --- /dev/null +++ b/common/locales/pt/faq.json @@ -0,0 +1,3 @@ +{ + "wiki": "Wiki" +} \ No newline at end of file diff --git a/common/locales/ro/faq.json b/common/locales/ro/faq.json new file mode 100644 index 0000000000..d3c1f3a0a3 --- /dev/null +++ b/common/locales/ro/faq.json @@ -0,0 +1,3 @@ +{ + "wiki": "Wiki" +} \ No newline at end of file diff --git a/common/locales/ru/faq.json b/common/locales/ru/faq.json new file mode 100644 index 0000000000..d3c1f3a0a3 --- /dev/null +++ b/common/locales/ru/faq.json @@ -0,0 +1,3 @@ +{ + "wiki": "Wiki" +} \ No newline at end of file diff --git a/common/locales/sk/faq.json b/common/locales/sk/faq.json new file mode 100644 index 0000000000..d3c1f3a0a3 --- /dev/null +++ b/common/locales/sk/faq.json @@ -0,0 +1,3 @@ +{ + "wiki": "Wiki" +} \ No newline at end of file diff --git a/common/locales/sr/faq.json b/common/locales/sr/faq.json new file mode 100644 index 0000000000..d3c1f3a0a3 --- /dev/null +++ b/common/locales/sr/faq.json @@ -0,0 +1,3 @@ +{ + "wiki": "Wiki" +} \ No newline at end of file diff --git a/common/locales/sv/faq.json b/common/locales/sv/faq.json new file mode 100644 index 0000000000..d3c1f3a0a3 --- /dev/null +++ b/common/locales/sv/faq.json @@ -0,0 +1,3 @@ +{ + "wiki": "Wiki" +} \ No newline at end of file diff --git a/common/locales/uk/faq.json b/common/locales/uk/faq.json new file mode 100644 index 0000000000..d3c1f3a0a3 --- /dev/null +++ b/common/locales/uk/faq.json @@ -0,0 +1,3 @@ +{ + "wiki": "Wiki" +} \ No newline at end of file diff --git a/common/locales/zh/faq.json b/common/locales/zh/faq.json new file mode 100644 index 0000000000..d3c1f3a0a3 --- /dev/null +++ b/common/locales/zh/faq.json @@ -0,0 +1,3 @@ +{ + "wiki": "Wiki" +} \ No newline at end of file diff --git a/common/locales/zh_TW/faq.json b/common/locales/zh_TW/faq.json new file mode 100644 index 0000000000..d3c1f3a0a3 --- /dev/null +++ b/common/locales/zh_TW/faq.json @@ -0,0 +1,3 @@ +{ + "wiki": "Wiki" +} \ No newline at end of file