Skip to content

Commit f3b4e62

Browse files
bkmgitsehyeon1104
authored andcommittedJan 9, 2023
Add Kiswahili translation (mmistakes#3489)
* Add Kiswahili translation * Add Kiswahli to README * Add Kiswahili to documentation
1 parent 69ecbd2 commit f3b4e62

File tree

3 files changed

+57
-1
lines changed

3 files changed

+57
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Minimal Mistakes is a flexible two-column Jekyll theme, perfect for building per
3535
- Optional [header images](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#headers), [custom sidebars](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#sidebars), [table of contents](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#table-of-contents), [galleries](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery), related posts, [breadcrumb links](https://mmistakes.github.io/minimal-mistakes/docs/configuration/#breadcrumb-navigation-beta), [navigation lists](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list), and more.
3636
- Commenting support (powered by [Disqus](https://disqus.com/), [Facebook](https://developers.facebook.com/docs/plugins/comments), Google+, [Discourse](https://www.discourse.org/), static-based via [Staticman](https://staticman.net/), [utterances](https://utteranc.es/), and [giscus](https://giscus.app/)).
3737
- [Google Analytics](https://www.google.com/analytics/) support.
38-
- UI localized text in English (default), Arabic (عربي), Brazilian Portuguese (Português brasileiro), Catalan, Chinese, Danish, Dutch, Finnish, French (Français), German (Deutsch), Greek, Hebrew, Hindi (हिंदी), Hungarian, Indonesian, Irish (Gaeilge), Italian (Italiano), Japanese, Korean, Malayalam, Myanmar (Burmese), Nepali (Nepalese), Norwegian (Norsk), Persian (فارسی), Polish, Punjabi (ਪੰਜਾਬੀ), Romanian, Russian, Slovak, Spanish (Español), Swedish, Thai, Turkish (Türkçe), and Vietnamese.
38+
- UI localized text in English (default), Arabic (عربي), Brazilian Portuguese (Português brasileiro), Catalan, Chinese, Danish, Dutch, Finnish, French (Français), German (Deutsch), Greek, Hebrew, Hindi (हिंदी), Hungarian, Indonesian, Irish (Gaeilge), Italian (Italiano), Japanese, Kiswahili, Korean, Malayalam, Myanmar (Burmese), Nepali (Nepalese), Norwegian (Norsk), Persian (فارسی), Polish, Punjabi (ਪੰਜਾਬੀ), Romanian, Russian, Slovak, Spanish (Español), Swedish, Thai, Turkish (Türkçe), and Vietnamese.
3939

4040
## Skins (color variations)
4141

‎_data/ui-text.yml

+55
Original file line numberDiff line numberDiff line change
@@ -1964,6 +1964,61 @@ ar-AE:
19641964
ar-EG:
19651965
<<: *DEFAULT_AR
19661966

1967+
# Kiswahili
1968+
# -----------------
1969+
sw: &DEFAULT_SW
1970+
skip_links : "Ruka viungo"
1971+
skip_primary_nav : "Ruka orodha kuu"
1972+
skip_content : "Ruka maandiko maakuu"
1973+
skip_footer : "Ruka chini"
1974+
page : "Ukurasa"
1975+
pagination_previous : "Rudi"
1976+
pagination_next : "Endelea"
1977+
breadcrumb_home_label : "Ukurasa wa kwanza"
1978+
breadcrumb_separator : "/"
1979+
menu_label : "Wezesha/Zima orodha"
1980+
search_label : "Wezesha/Zima kutafuta"
1981+
toc_label : "Kwa ukurasa huu"
1982+
ext_link_label : "Kiungo mbio"
1983+
less_than : "Soma kwa dakikia ndogo kuliko"
1984+
minute_read : "Soma kwa dakika"
1985+
share_on_label : "Tangaza"
1986+
meta_label :
1987+
tags_label : "Alama:"
1988+
categories_label : "Aina:"
1989+
date_label : "Geuzi ya mwisho:"
1990+
comments_label : "Wacha maoni"
1991+
comments_title : "Maoni"
1992+
more_label : "Jifunze zaidi"
1993+
related_label : "Pia, utapenda"
1994+
follow_label : "Fuata:"
1995+
feed_label : "Feed"
1996+
powered_by : "Inatumia"
1997+
website_label : "Tovuti"
1998+
email_label : "Barua pepe"
1999+
recent_posts : "Makala juzi"
2000+
undefined_wpm : "Ingizo words_per_minute kwa _config.yml haijawekwa"
2001+
comment_form_info : "Barua pepe yako haitaonekana. Kuna alama kwa ingizo tunahitaji."
2002+
comment_form_comment_label : "Maoni"
2003+
comment_form_md_info : "Unaweza kutumia `Markdown`."
2004+
comment_form_name_label : "Jina"
2005+
comment_form_email_label : "Barua pepe"
2006+
comment_form_website_label : "Tovuti (hiari)"
2007+
comment_btn_submit : "Tuma maoni"
2008+
comment_btn_submitted : "Umetuma"
2009+
comment_success_msg : "Asante kwa maoni yako! Itaonekana ikiridhiwa."
2010+
comment_error_msg : "Pole, kuna makosa kwa ingizo yako. Tafadhali angalia umeandika kwa ingizo zote zinahitaji, na jaribu tena."
2011+
loading_label : "Inapakiwa..."
2012+
search_label_text : "Ingiza neno unatafuta..."
2013+
search_placeholder_text : "Ingiza neno unatafuta..."
2014+
search_algolia_no_results : "Hakuna matokeo"
2015+
results_found : "Tumepata"
2016+
back_to_top : "Rudi juu"
2017+
sw-KE:
2018+
<<: *DEFAULT_SW
2019+
sw-TZ:
2020+
<<: *DEFAULT_SW
2021+
19672022
# Another locale
19682023
# --------------
19692024
#

‎docs/_docs/08-ui-text.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The English[^yaml-anchors] main keys in [`_data/ui-text.yml`](https://github.com
2424
- Indonesian
2525
- Irish (Gaeilge)
2626
- Italian (Italiano)
27+
- Kiswahili
2728
- Korean
2829
- Japanese
2930
- Malayalam

0 commit comments

Comments
 (0)
Please sign in to comment.