diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2021-12-26 00:30:09 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2021-12-26 00:30:09 -0500 |
commit | 98a21b966410c127e74b16e7a2817882ee16560f (patch) | |
tree | ee646c86e3d3f0fa1cd952294d49feeeb700d60f /themes/hugo-coder/i18n/bn.toml | |
parent | e6eec31b71ab728f6610f4e764b2e206fb95f940 (diff) |
convert theme from submodule to regular files
Diffstat (limited to 'themes/hugo-coder/i18n/bn.toml')
m--------- | themes/hugo-coder | 0 | ||||
-rw-r--r-- | themes/hugo-coder/i18n/bn.toml | 33 |
2 files changed, 33 insertions, 0 deletions
diff --git a/themes/hugo-coder b/themes/hugo-coder deleted file mode 160000 | |||
Subproject 55b2a150f990bc56364dba347bc9acc6aab07be | |||
diff --git a/themes/hugo-coder/i18n/bn.toml b/themes/hugo-coder/i18n/bn.toml new file mode 100644 index 0000000..84d9720 --- /dev/null +++ b/themes/hugo-coder/i18n/bn.toml | |||
@@ -0,0 +1,33 @@ | |||
1 | [category] | ||
2 | other = "বিভাগ" | ||
3 | |||
4 | [tag] | ||
5 | other = "ট্যাগ" | ||
6 | |||
7 | [series] | ||
8 | other = "সিরিজ" | ||
9 | |||
10 | [author] | ||
11 | other = "লেখক" | ||
12 | |||
13 | [posts] | ||
14 | other = "সব পোস্ট" | ||
15 | |||
16 | [reading_time] | ||
17 | one = "পড়তে এক মিনিট লাগবে" | ||
18 | other = "পড়তে {{ .Count }} মিনিট লাগবে" | ||
19 | |||
20 | [page_not_found] | ||
21 | other = "পাতাটি পাওয়া যায় নি" | ||
22 | |||
23 | [page_does_not_exist] | ||
24 | other = "দুঃখিত, কাঙ্ক্ষিত পাতাটির অস্তিত্ব নেই" | ||
25 | |||
26 | [head_back] | ||
27 | other = "আপনি <a href=\"{{ . }}\">নীড়পাতায়</a> ফিরে যেতে পারেন" | ||
28 | |||
29 | [powered_by] | ||
30 | other = "চালনায়" | ||
31 | |||
32 | [see_also] | ||
33 | other = "আরও দেখুন" | ||