Skip to content

Commit

Permalink
Merge pull request rhazdon#115 from avronr/master
Browse files Browse the repository at this point in the history
Adding Malayalam Language Support
  • Loading branch information
Djordje Atlialp committed Mar 15, 2020
2 parents 0877768 + 9049844 commit 31f73bb
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/langFlags.yaml
Expand Up @@ -7,3 +7,4 @@ it: it
nl: nl
pt-br: br
tr: tr
ml: ml
36 changes: 36 additions & 0 deletions i18n/ml.toml
@@ -0,0 +1,36 @@
# Translations for മലയാളം [Malayalam]
# https://gohugo.io/content-management/multilingual/#translation-of-strings

# Generic
#
[translations]
other = "വിവർത്തനങ്ങൾ"

[postAvailable]
other = "ഈ പോസ്റ്റ് ലഭ്യമായ മറ്റ് ഭാഷകൾ:"


# 404.html
#
[archives]
other = "ശേഖരം"

[home]
other = "പ്രധാന താൾ"

[notFound]
other = "ക്ഷമിക്കണം. താൾ ലഭ്യമല്ല. ദേയവയി വിലാസം പരിശോധിക്കുക അല്ലെങ്കിൽ അൽപ സമയത്തിനു ശേഷം വീണ്ടും പരിശ്രമിക്കുക."


# posts/single.html
#
[readingTime]
one = "ഒരു മിനിറ്റ്"
other = "{{ .Count }} മിനിറ്റുകൾ"

[tableOfContents]
other = "ഉള്ളടക്ക പട്ടിക"

[wordCount]
one = "ഒരു വാക്ക്"
other = "{{ .Count }} വാക്കുകൾ"

0 comments on commit 31f73bb

Please sign in to comment.