add arabic to dropdown
This commit is contained in:
parent
0cad44f1e4
commit
dca24600bb
2 changed files with 3 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ usb_butter_url: "/usb-butter/"
|
||||||
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
logo: "/assets/images/butter-app-logo-small.svg"
|
logo: "/assets/images/butter-app-logo-small.svg"
|
||||||
# powered by jekyll-multiple-languages-plugin
|
# powered by jekyll-multiple-languages-plugin
|
||||||
languages: ['en', 'es', 'fr_SN', 'pt_AO']
|
languages: ['en', 'es', 'fr_SN', 'pt_AO', 'ar']
|
||||||
|
|
||||||
exclude: ["public", "Gemfile", "Gemfile.lock", "node_modules", "test", "site-*.zip"]
|
exclude: ["public", "Gemfile", "Gemfile.lock", "node_modules", "test", "site-*.zip"]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,4 +18,5 @@ language_selector:
|
||||||
en: English
|
en: English
|
||||||
es: Español
|
es: Español
|
||||||
fr_SN: Français (SN)
|
fr_SN: Français (SN)
|
||||||
pt_AO: Português (AO)
|
pt_AO: Português (AO)
|
||||||
|
ar: العربية
|
||||||
Loading…
Add table
Add a link
Reference in a new issue