From 8b9745295c5d6de74685760cbde08c58afc5ef6f Mon Sep 17 00:00:00 2001 From: Abraham Raji Date: Thu, 12 Mar 2020 16:07:19 +0530 Subject: [PATCH 1/3] added malayalam support --- data/langFlags.yaml | 1 + i18n/ml.toml | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 i18n/ml.toml diff --git a/data/langFlags.yaml b/data/langFlags.yaml index a537cc0..1de69a5 100644 --- a/data/langFlags.yaml +++ b/data/langFlags.yaml @@ -7,3 +7,4 @@ it: it nl: nl pt-br: br tr: tr +ml: ml diff --git a/i18n/ml.toml b/i18n/ml.toml new file mode 100644 index 0000000..ba9cd10 --- /dev/null +++ b/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 = "ശേഖരംde" + +[home] +other = "പ്രധാന താൾ" + +[notFound] +other = "ക്ഷമിക്കണം. താൾ ലഭ്യമല്ല. ദേയവയി വിലാസം പരിശോധിക്കുക അല്ലെങ്കിൽ അൽപ സമയത്തിനു ശേഷം വീണ്ടും പരിശ്രമിക്കുക." + + +# posts/single.html +# +[readingTime] +one = "ഒരു മിനിറ്റ്" +other = "{{ .Count }} മിനിറ്റുകൾ" + +[tableOfContents] +other = "ഉള്ളടക്ക പട്ടിക" + +[wordCount] +one = "ഒരു വാക്ക്" +other = "{{ .Count }} വാക്കുകൾ" \ No newline at end of file From 9049844bf2d3eae7fb91c211382de25567f032e4 Mon Sep 17 00:00:00 2001 From: Abraham Raji <32333507+avronr@users.noreply.github.com> Date: Thu, 12 Mar 2020 16:09:22 +0530 Subject: [PATCH 2/3] minor error --- i18n/ml.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/ml.toml b/i18n/ml.toml index ba9cd10..0eea4f6 100644 --- a/i18n/ml.toml +++ b/i18n/ml.toml @@ -13,7 +13,7 @@ other = "ഈ പോസ്റ്റ് ലഭ്യമായ മറ്റ് ഭ # 404.html # [archives] -other = "ശേഖരംde" +other = "ശേഖരം" [home] other = "പ്രധാന താൾ" @@ -33,4 +33,4 @@ other = "ഉള്ളടക്ക പട്ടിക" [wordCount] one = "ഒരു വാക്ക്" -other = "{{ .Count }} വാക്കുകൾ" \ No newline at end of file +other = "{{ .Count }} വാക്കുകൾ" From 2eaab3f6caebed7aba9b85c7f4c5285d636eadff Mon Sep 17 00:00:00 2001 From: Abraham Raji <32333507+avronr@users.noreply.github.com> Date: Sun, 15 Mar 2020 17:34:41 +0530 Subject: [PATCH 3/3] Wrong flag --- data/langFlags.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/langFlags.yaml b/data/langFlags.yaml index 1de69a5..8a1c17d 100644 --- a/data/langFlags.yaml +++ b/data/langFlags.yaml @@ -7,4 +7,4 @@ it: it nl: nl pt-br: br tr: tr -ml: ml +ml: in