Commit Graph

68 Commits

Author SHA1 Message Date
Roj
c692695754
Improve Kurdish translations (#936) 2022-06-04 21:13:35 +05:30
Ivan Aprea
63e929cdad
chore: change i18n next prev spanish language (#917) 2022-05-17 20:59:07 +05:30
Dejavu Moe
cb9be55c78
Update translation of zh-tw (#908) 2022-05-14 19:07:04 +05:30
Aditya Telange
cf5b2d59b2
Updating pagination strings for en:
"Next Page" -> "Next" & "Prev Page" -> "Prev"
For #914
2022-05-14 10:29:55 +05:30
Haziq Rohaizan
64c40fe6bd
Add translations for Malay(ms) (#899) 2022-04-29 22:32:02 +05:30
Moon Sungjoon
a2e4258f3f
i18n: Update Korean translation ko.yaml (#894) 2022-04-29 22:31:25 +05:30
OxNinja
e888673bb2
Update French translation fr.yaml (#888)
Updated translations to use a more correct french (such as good use of capital letter or spacing with special characters)
2022-04-21 22:18:14 +05:30
六开箱
b297199309
Update translation zh.yaml (#868)
add space between {{ .Count }} and 字 in id: words as they are in id: read_time
2022-04-09 13:23:18 +05:30
Chiahong
975972e041
Update Taiwanese Chinese translation (#848) 2022-03-25 19:51:23 +05:30
Aditya Telange
16293e9578
Add missing quotes to zh: words 2022-03-17 22:33:05 +05:30
lavaicer
5a5b0840ed
Update zh.yaml
trans words -> 字 (#837)
2022-03-17 22:21:53 +05:30
Emil Erlandsson
42c3c937a1
Add Swedish (sv) translation sv.yaml (#829) 2022-03-13 15:26:42 +05:30
yuyin
d52bced735
complete simplified/traditional Chinese (#756) 2022-01-21 23:59:36 +05:30
Thiago Perrotta
b0ab8ea495
Add option to add word count to metadata (#740)
Usage: 
ShowWordCount: true
2022-01-21 23:58:25 +05:30
Andreas Deininger
37f359ee21
Completing German, English and Spanish translation (#728) 2022-01-15 19:04:54 +05:30
Haseop Lee
72abf7440a
Add korean translations (#713) 2022-01-09 11:19:12 +05:30
Álvaro Salcedo García
4e2558d93c
Add missing spanish translations (#684) 2021-12-24 20:29:27 +05:30
moonleg
1033afcac2
Add danish translation (#611) 2021-10-29 20:04:03 +05:30
Francesco Scuccimarri
a57cb762c3
Add remaining Italian translations (#593) 2021-10-20 19:48:14 +05:30
Roj Serbest
b7771de64c
Add Northern and Central Kurdish translations (#567)
* Add Northern and Central Kurdish translations

* Fix the cases in `prev_page` and `next_page`

* Fix typo
2021-10-03 18:30:45 +05:30
Pupu
56af5749b5
add zh-tw.yaml (#578)
add Chinese (Traditional) translations
2021-10-03 18:29:43 +05:30
Pikhosh
4970e61c7b
Update fa translations fa.yaml (#534) 2021-08-25 22:28:59 +05:30
Ayon Khan
191c16b0c8
Update Bengali (bn) translations (#482)
* Add missing Bengali translations
2021-08-02 16:18:27 +05:30
Orwill Q. Song
664299cc7c
Update Chinese translation zh.yaml (#461) 2021-07-07 16:47:50 +05:30
koenr
00ddeb421a
Add Dutch translation nl.yaml (#460) 2021-07-07 16:46:15 +05:30
Sohel Ahmed Jony
f9b796d168
Add bn.yaml Bengali Translation (#433) 2021-07-03 11:47:49 +05:30
madjack
ae4bf201d1
i18n: complete French translations (#404) 2021-06-12 12:38:30 +05:30
Krzysztof Szpieg
2f409920e1
Add pl.yaml Polish Translation (#387) 2021-04-29 15:45:54 +05:30
Khoschuluu Khuderchuluu
ccbe179033
Add Mongolian translations mn.yaml (#375) 2021-04-21 13:50:44 +05:30
Ahmet Türkmen
4e6eebe318
add Turkish translation tr.yaml (#374) 2021-04-21 09:47:21 +05:30
No Coffee No Life
87fd91ed6a
Add Vietnamese translations vi.yaml (#370) 2021-04-20 15:25:12 +05:30
Cody Brownstein
a015ec2efc
Rename file eo.yml -> eo.yaml (#359)
Error: add site dependencies: load resources: loading translations: "site/themes/hugo-PaperMod/i18n/eo.yml:1:1": failed to load translations: no unmarshaler registered for yml
2021-04-15 11:15:40 +05:30
1000283
0430a98e74
Add translations for Esperanto eo.yml (#350) 2021-04-15 00:44:09 +05:30
Geeqla
c51e027390
Update ru.yaml Russian translations (#357) 2021-04-14 21:01:40 +05:30
Geeqla
791999df38
Add uk.yaml Ukrainian translation (#356) 2021-04-14 18:41:44 +05:30
Kian Kasad
17c4da86b5
Add copy button to copy code block contents (#345)
* add buttons to copy code block contents

Adds a clickable "copy" link in the top-right corner of each code block.

If available, uses the navigator.clipboard API. Falls back to selecting
the text and calling document.execCommand('copy') to copy text.

* hides copy button unless mouse is hovering over code block

* change text of copy button when text is copied

* add translation keys for copy button text  `code_copy` and `code_copied`

* To disable use `Params.disableCodeCopy: true` in site config
2021-04-10 11:33:31 +05:30
Syphdias
abfdb54c92
Add option to show link in meta data for editing posts (#278)
Usage

- in site config =>

    Params:
    editPost:
        URL: "https://github.com/<path_to_repo>/content"
        Text: "Suggest Changes" # edit text 
        appendFilePath: true # to append file path to Edit link

- in front-matter vars =>
    ---
    editPost:
        URL: "https://github.com/<path_to_repo>/content"
        Text: "Suggest Changes" # edit text 
        appendFilePath: true # to append file path to Edit link
    ---

- Front-matter vars overrides global ones
2021-03-23 14:58:26 +05:30
Bassel Cheaib
cb778d8db4
Minor adjustments in Arabic translations (#309) 2021-03-22 16:49:29 +05:30
Wagner Macedo
f8b16702fa
Add portuguese (pt) translation (#294) 2021-03-14 18:52:30 +05:30
Muhammad
e0ed556818
Add i18n support for Arabic (#271) 2021-03-01 10:11:29 +05:30
Alon
3492e151e5
Add he.yaml Hebrew translation (#259) 2021-02-24 12:55:20 +05:30
Ibragimov R
cc99dba7bd
Add uz.yaml uzbek language translation (#245) 2021-02-16 13:19:15 +05:30
Arnau
33c85c5d56
Add ca.yaml for catalan translation (#237) 2021-02-14 14:42:25 +05:30
Aditya Telange
75855b2758
init feat Breadcrumb Navigation (#207)
* adds Breadcrumb nav above title of single page/post
* add enabler var 'ShowBreadCrumbs'
* introduce i18n var "home"

usage:
in site config:
Params:
    ShowBreadCrumbs: true

in page front-matter:
ShowBreadCrumbs: false
2021-01-29 23:37:07 +05:30
Csaba Vass
a414d16b86
Add Hungarian(hu) translations (#203) 2021-01-27 21:30:08 +05:30
Hattomo (TomohiroHattori)
f1329fe53d
Add more japanese traslations (#202) 2021-01-27 13:30:45 +05:30
skinner12
42280d1170
Add italian (it) translation (#184) 2021-01-20 11:27:30 +05:30
Muhammad Hanif
6f397ef591
i18n: Add id Bahasa Indonesia (#173) 2021-01-11 19:13:36 +05:30
Maurice Bauer
8933950217
i18n: Added missing german (de) translation (#147) 2020-12-23 13:09:20 +05:30
Dragomir Yordanov
db0e744af3
i18n: improve for 'es' and add 'bg' (#58)
* Translate read_time, toc and translations to spanish

* Add translations in bulgarian
2020-10-25 09:52:26 +05:30