forked from adityatelange/hugo-PaperMod
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix multi-line anchor tags not highlighted/underlined. fixes: adityatelange#1107 * Update Hebrew translation (adityatelange#1104) Signed-off-by: Eran Israeli <[email protected]> * Improve Turkish Translation tr.yaml (adityatelange#1098) * update arabic pagination translation (adityatelange#1137) * PT translation updated (adityatelange#1124) Signed-off-by: igorr0driguez <[email protected]> * Added Belarusian translations i18n/be.yaml (adityatelange#1144) * updated Polish translation (adityatelange#1148) * Add Tumblr Icon (adityatelange#1115) * Add TryHackMe Icon (adityatelange#1113) from Simple Icons https://github.com/simple-icons/simple-icons/blob/develop/icons/tryhackme.svg * Add codeforces icon (adityatelange#1092) From https://github.com/simple-icons/simple-icons * Google scholar svg icon fixed, now unfilled curved line (adityatelange#1064) * Add netease cloud music icon (adityatelange#1093) * Add title to the image tag in rss.xml (adityatelange#1105) Ref: https://cyber.harvard.edu/rss/rss.html#ltimagegtSubelementOfLtchannelgt * Add douban and zhihu icon (adityatelange#1084) * Update README --------- Signed-off-by: Eran Israeli <[email protected]> Signed-off-by: igorr0driguez <[email protected]> Co-authored-by: Aditya Telange <[email protected]> Co-authored-by: Eran Israeli <[email protected]> Co-authored-by: Nikita <[email protected]> Co-authored-by: Essa Alshammri <[email protected]> Co-authored-by: Igor Rodriguez <[email protected]> Co-authored-by: Andrey Mukamolov <[email protected]> Co-authored-by: Karpfly <[email protected]> Co-authored-by: Axel Wagner <[email protected]> Co-authored-by: Josh Müller <[email protected]> Co-authored-by: rais ilham <[email protected]> Co-authored-by: Nathan Fradet <[email protected]> Co-authored-by: Bohao Jing <[email protected]> Co-authored-by: k-yone <[email protected]> Co-authored-by: Jingchao <[email protected]>
- Loading branch information
1 parent
75dbe32
commit 85e5774
Showing
10 changed files
with
137 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
- id: prev_page | ||
translation: "Папярэдняя" | ||
|
||
- id: next_page | ||
translation: "Наступная" | ||
|
||
- id: read_time | ||
translation: | ||
zero: "0 хвілін" | ||
one: "1 хвіліна" | ||
few: "{{ .Count }} хвіліны" | ||
many: "{{ .Count }} хвілін" | ||
other: "{{ .Count }} хвілін" | ||
|
||
- id: words | ||
translation: | ||
zero: "няма слоў" | ||
one: "1 слова" | ||
few: "{{ .Count }} слова" | ||
many: "{{ .Count }} слоў" | ||
other: "{{ .Count }} слова" | ||
|
||
- id: toc | ||
translation: "Змест" | ||
|
||
- id: translations | ||
translation: "Пераклады" | ||
|
||
- id: home | ||
translation: "Галоўная" | ||
|
||
- id: edit_post | ||
translation: "Рэдагаваць" | ||
|
||
- id: code_copy | ||
translation: "капіяваць" | ||
|
||
- id: code_copied | ||
translation: "скапіявана!" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,33 @@ | ||
- id: prev_page | ||
translation: "לעמוד הקודם" | ||
translation: "קודם" | ||
|
||
- id: next_page | ||
translation: "לעמוד הבא" | ||
translation: "הבא" | ||
|
||
- id: read_time | ||
translation: | ||
one : "דקה אחת" | ||
other: "{{ .Count }} דקות" | ||
other: "דקות {{ .Count }}" | ||
|
||
- id: words | ||
translation: | ||
one : "word" | ||
other: "מילים {{ .Count }} " | ||
|
||
- id: toc | ||
translation: "תוכן עניינים" | ||
translation: "תוכן העניינים" | ||
|
||
- id: translations | ||
translation: "תרגומים" | ||
|
||
- id: home | ||
translation: "דף בית" | ||
translation: "בית" | ||
|
||
- id: edit_post | ||
translation: "ערוך" | ||
|
||
- id: code_copy | ||
translation: "העתק" | ||
|
||
- id: code_copied | ||
translation: "!הועתק" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.