mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-28 06:58:18 +01:00
Compare commits
3 Commits
08ae262312
...
a8ff91e1ea
Author | SHA1 | Date | |
---|---|---|---|
a8ff91e1ea | |||
31ee2abcad | |||
|
915caee6dd |
@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Bootstrap v4.6.0, webpack v5, haven 0.7.0, clean-css-cli, etc
|
||||
- Use Node.js 14 in CI, remove Node.js 12
|
||||
|
||||
## Changed
|
||||
- Enable support for Bootstrap table classes (#145)
|
||||
## Added
|
||||
- Support for Bootstrap table classes (#145)
|
||||
- i18n language keys for Danish (@schack, #146)
|
||||
|
||||
## [[ 1.6.0 ]] - 2020-12-05
|
||||
### Changed
|
||||
|
50
i18n/da.yaml
Normal file
50
i18n/da.yaml
Normal file
@ -0,0 +1,50 @@
|
||||
- id: about
|
||||
translation: "Om"
|
||||
|
||||
- id: home
|
||||
translation: "Hjem"
|
||||
|
||||
- id: recentPosts
|
||||
translation: "Seneste indlæg"
|
||||
|
||||
- id: readMore
|
||||
translation: "Læs mere"
|
||||
|
||||
- id: translations
|
||||
translation: "Oversættelser"
|
||||
|
||||
- id: share
|
||||
translation: "Del"
|
||||
|
||||
- id: paginatorPrevious
|
||||
translation: "Forrige side"
|
||||
|
||||
- id: paginatorNext
|
||||
translation: "Næste side"
|
||||
|
||||
- id: cookieMessage
|
||||
translation: "Denne hjemmeside anvender cookies."
|
||||
|
||||
- id: cookieLink
|
||||
translation: "Læs mere."
|
||||
|
||||
- id: cookieAccept
|
||||
translation: "OK"
|
||||
|
||||
- id: cookieDecline
|
||||
translation: "Afbryd"
|
||||
|
||||
- id: backToTop
|
||||
translation: "Til toppen"
|
||||
|
||||
- id: links
|
||||
translation: "Links"
|
||||
|
||||
- id: authoredBy
|
||||
translation: "af"
|
||||
|
||||
- id: postedIn
|
||||
translation: "i"
|
||||
|
||||
- id: comma
|
||||
translation: ","
|
Loading…
Reference in New Issue
Block a user