mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 21:47:10 -04:00
- Removed forcing "cards" translations to lowercase in count of cards.
- Finnish translation of cards to lowercase. Thanks to Chartman123 and xet7 ! Closes #1571
This commit is contained in:
parent
a320a71467
commit
9711945e48
3 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
|||
# Upcoming Wekan release
|
||||
|
||||
This release fixes the following bugs:
|
||||
|
||||
- [Removed forcing "cards" translations to lowercase in count of cards](https://github.com/wekan/wekan/issues/1571).
|
||||
|
||||
Thanks to GitHub users Chartman123 and xet7 for their contributions.
|
||||
|
||||
# v0.80 2018-04-04 Wekan release
|
||||
|
||||
This release adds the following new features:
|
||||
|
|
|
@ -16,7 +16,7 @@ template(name="listHeader")
|
|||
|
||||
if showCardsCountForList cards.count
|
||||
= cards.count
|
||||
span.lowercase
|
||||
span
|
||||
| {{_ 'cards'}}
|
||||
if isMiniScreen
|
||||
if currentList
|
||||
|
|
|
@ -123,7 +123,7 @@
|
|||
"cardLabelsPopup-title": "Tunnisteet",
|
||||
"cardMembersPopup-title": "Jäsenet",
|
||||
"cardMorePopup-title": "Lisää",
|
||||
"cards": "Kortit",
|
||||
"cards": "korttia",
|
||||
"change": "Muokkaa",
|
||||
"change-avatar": "Muokkaa profiilikuvaa",
|
||||
"change-password": "Vaihda salasana",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue