Fixed minute translation, added PR description.
This commit is contained in:
parent
4bdb08566b
commit
c2e385a6a9
25
.github/PULL_REQUEST_TEMPLATE.md
vendored
25
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -15,30 +15,19 @@ https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#custom-head--footer
|
|||||||
|
|
||||||
|
|
||||||
**What does this PR change? What problem does it solve?**
|
**What does this PR change? What problem does it solve?**
|
||||||
|
It adds Croatian to the list of availible languages, the file is hr.yaml (hr as in Hrvatski/Croatian)
|
||||||
<!--
|
|
||||||
Describe the changes and their purpose here, as detailed as and if needed.
|
|
||||||
|
|
||||||
Please do not add 2 unrelated changes in a single PR as it is difficult to track/revert those in future.
|
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
**Was the change discussed in an issue or in the Discussions before?**
|
**Was the change discussed in an issue or in the Discussions before?**
|
||||||
|
No, at the time of writing this, it wasn't
|
||||||
<!--
|
|
||||||
Link issues and relevant Discussions posts here.
|
|
||||||
|
|
||||||
If this PR resolves an issue on GitHub, use "Closes #1234" so that the issue
|
|
||||||
is closed automatically when this PR is merged.
|
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
## PR Checklist
|
## PR Checklist
|
||||||
|
|
||||||
- [ ] This change adds/updates translations and I have used the [template present here](https://github.com/adityatelange/hugo-PaperMod/wiki/Translations#want-to-add-your-language-).
|
- [X] This change adds/updates translations and I have used the [template present here](https://github.com/adityatelange/hugo-PaperMod/wiki/Translations#want-to-add-your-language-).
|
||||||
- [ ] I have enabled [maintainer edits for this PR](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork).
|
- [X] I have enabled [maintainer edits for this PR](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork).
|
||||||
- [ ] I have verified that the code works as described/as intended.
|
- [X] I have verified that the code works as described/as intended.
|
||||||
- [ ] This change adds a Social Icon which has a permissive license to use it.
|
- [ ] This change adds a Social Icon which has a permissive license to use it.
|
||||||
- [ ] This change **does not** include any CDN resources/links.
|
- [X] This change **does not** include any CDN resources/links.
|
||||||
- [ ] This change **does not** include any unrelated scripts such as bash and python scripts.
|
- [X] This change **does not** include any unrelated scripts such as bash and python scripts.
|
||||||
- [ ] This change updates the overridden internal templates from HUGO's repository.
|
- [ ] This change updates the overridden internal templates from HUGO's repository.
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
- id: read_time
|
- id: read_time
|
||||||
translation:
|
translation:
|
||||||
one : "1 minuta"
|
one : "1 minuta"
|
||||||
other: "{{ .Count }} minuta"
|
other: "{{ .Count }} minute"
|
||||||
|
|
||||||
- id: words
|
- id: words
|
||||||
translation:
|
translation:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user