Merge pull request #133 from TechWithOmid/persian-i18n-support
Add i18n support for Persian(farsi)
This commit is contained in:
commit
ff36d9f161
1 changed files with 13 additions and 0 deletions
13
i18n/fa.yaml
Normal file
13
i18n/fa.yaml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
- id: prev_page
|
||||||
|
translation: 'صفحه قبل'
|
||||||
|
|
||||||
|
- id: next_page
|
||||||
|
translation: 'صفحه بعد'
|
||||||
|
|
||||||
|
- id: read_time
|
||||||
|
translation:
|
||||||
|
one: 'یک دقیقه'
|
||||||
|
other: 'دقیقه {{ .Count }}'
|
||||||
|
|
||||||
|
- id: home
|
||||||
|
translation: 'صفحه اصلی'
|
Loading…
Reference in a new issue