Skip to content

Commit 1e050a4

Browse files
authored
Add Punjabi language support to i18n (#1442)
* Add Punjabi language support * Add Punjabi support (western)
1 parent 55b2eb4 commit 1e050a4

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

i18n/pa.yaml

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
- id: prev_page
2+
translation: "ਪਿਛਲਾ"
3+
4+
- id: next_page
5+
translation: "ਅਗਲਾ"
6+
7+
- id: read_time
8+
translation:
9+
one: "1 ਮਿੰਟ"
10+
other: "{{ .Count }} ਮਿੰਟ"
11+
12+
- id: words
13+
translation:
14+
one: "ਸ਼ਬਦ"
15+
other: "{{ .Count }} ਸ਼ਬਦ"
16+
17+
- id: toc
18+
translation: "ਤਤਕਰਾ"
19+
20+
- id: translations
21+
translation: "ਅਨੁਵਾਦ"
22+
23+
- id: home
24+
translation: "ਘਰ"
25+
26+
- id: edit_post
27+
translation: "ਸੋਧ"
28+
29+
- id: code_copy
30+
translation: "ਕਾਪੀ"
31+
32+
- id: code_copied
33+
translation: "ਕਾਪੀ ਕੀਤੀ ਗਈ!!"

i18n/pnb.yaml

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
- id: prev_page
2+
translation: "پِچھلا"
3+
4+
- id: next_page
5+
translation: "اگلا"
6+
7+
- id: read_time
8+
translation:
9+
one: "ایک منٹ"
10+
other: "مِنٹ {{ .Count }}"
11+
12+
- id: words
13+
translation:
14+
one: "لفظ"
15+
other: "لفظ {{ .Count }}"
16+
17+
- id: toc
18+
translation: "تتکرا"
19+
20+
- id: translations
21+
translation: "انوواد"
22+
23+
- id: home
24+
translation: "گھر"
25+
26+
- id: edit_post
27+
translation: "سودھ"
28+
29+
- id: code_copy
30+
translation: "کاپی"
31+
32+
- id: code_copied
33+
translation: "کاپی کیتی گئی!"

0 commit comments

Comments
 (0)