Skip to content

Commit

Permalink
feat(i18n): add Malaysian and Norwegian languages (#202)
Browse files Browse the repository at this point in the history
* Add read-more to summary

* Add read-more

Only when summary exists in font-matter

* chore: Reverted indentation change

* Add Malaysian and Norwegian languages

* correction

Co-authored-by: Yusman Kamaleri <ybkamaleri@gmail.com>
Co-authored-by: Wladimir Palant <fqcgithub@palant.de>
  • Loading branch information
3 people committed Jun 16, 2020
1 parent 831d8fb commit f782a59
Show file tree
Hide file tree
Showing 2 changed files with 348 additions and 0 deletions.
174 changes: 174 additions & 0 deletions i18n/my.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,174 @@
[ellipsis]
other = ""

[colon]
other = ": "

[minute]
one = "min"
other = "min"

[tocTitle]
other = "Isi kandungan"

[readMore]
other = "Baca lagi"

[prevPage]
other = "Terbaru"

[nextPage]
other = "Lama"

[copy]
other = "Salinan"

[copied]
other = "Disalin!"

[copyrightAuthor]
other = "Pengarang"

[copyrightLink]
other = "Sambungan"

[copyrightLicense]
other = "Lesen"

[shareOn]
other = "Dikongsikan:"

[shareOnTitle]
other = "Dikongsikan "

[shareViaTitle]
other = "Dikongsikan di "

[relatedPosts]
other = "Sila lihat:"

[loadComments]
other = "Berikan komen?"

[pageNotFound]
other = "404 - Halaman tidak dijumpa"

[fofLinkText]
other = "Kembali ke asal"

[serviceWorkerUpdatedText]
other = "Ada kemaskini terbaru"

[serviceWorkerUpdatedAction]
other = "Kemaskini"

[searchResultsTitle]
one = "Jumpa satu halaman untuk “{{ .Term }}”"
other = "Jumpa {{ .Count }} halaman untuk “{{ .Term }}”"

[searchResultsNone]
other = "Tidak jumpa sebarang halaman untuk “{{ .Term }}”"


# Socials

[twitter]
other = "Twitter"

[facebook]
other = "Facebook"

[linkedin]
other = "LinkedIn"

[telegram]
other = "Telegram"

[weibo]
other = "Weibo"

[douban]
other = "Douban"

[qq]
other = "QQ"

[qzone]
other = "Qzone"

[qrcode]
other = "QR Code"


# Months
# Used for `i18nMonth`

[january]
other = "Januari"

[february]
other = "Februari"

[march]
other = "Mac"

[april]
other = "April"

[may]
other = "Mei"

[june]
other = "Jun"

[july]
other = "Julai"

[august]
other = "Ogos"

[september]
other = "September"

[october]
other = "Oktober"

[november]
other = "November"

[december]
other = "Disember"


# Numbers
# Used for `i18nYear`

[0]
other = "0"

[1]
other = "1"

[2]
other = "2"

[3]
other = "3"

[4]
other = "4"

[5]
other = "5"

[6]
other = "6"

[7]
other = "7"

[8]
other = "8"

[9]
other = "9"
174 changes: 174 additions & 0 deletions i18n/no.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,174 @@
[ellipsis]
other = ""

[colon]
other = ": "

[minute]
one = "min"
other = "min"

[tocTitle]
other = "Innhold"

[readMore]
other = "Les mer"

[prevPage]
other = "Nyere"

[nextPage]
other = "Eldre"

[copy]
other = "Kopi"

[copied]
other = "Kopiert!"

[copyrightAuthor]
other = "Forfatter"

[copyrightLink]
other = "Link"

[copyrightLicense]
other = "Lisens"

[shareOn]
other = "Delt på:"

[shareOnTitle]
other = "Deler på "

[shareViaTitle]
other = "Deler via "

[relatedPosts]
other = "Se også:"

[loadComments]
other = "Gi kommentar?"

[pageNotFound]
other = "404 - Siden finnes ikke"

[fofLinkText]
other = "Ta meg hjem"

[serviceWorkerUpdatedText]
other = "Nye Oppdatering er tilgjengelig"

[serviceWorkerUpdatedAction]
other = "Oppdaterer"

[searchResultsTitle]
one = "Fant et resultat for “{{ .Term }}”"
other = "Fant {{ .Count }} resultater for “{{ .Term }}”"

[searchResultsNone]
other = "Ingen er funnet for “{{ .Term }}”"


# Socials

[twitter]
other = "Twitter"

[facebook]
other = "Facebook"

[linkedin]
other = "LinkedIn"

[telegram]
other = "Telegram"

[weibo]
other = "Weibo"

[douban]
other = "Douban"

[qq]
other = "QQ"

[qzone]
other = "Qzone"

[qrcode]
other = "QR Code"


# Months
# Used for `i18nMonth`

[january]
other = "januar"

[february]
other = "februar"

[march]
other = "mars"

[april]
other = "april"

[may]
other = "mai"

[june]
other = "juni"

[july]
other = "juli"

[august]
other = "august"

[september]
other = "september"

[october]
other = "oktober"

[november]
other = "november"

[december]
other = "desember"


# Numbers
# Used for `i18nYear`

[0]
other = "0"

[1]
other = "1"

[2]
other = "2"

[3]
other = "3"

[4]
other = "4"

[5]
other = "5"

[6]
other = "6"

[7]
other = "7"

[8]
other = "8"

[9]
other = "9"

0 comments on commit f782a59

Please sign in to comment.