kopia lustrzana https://github.com/wagtail/wagtail
Release notes for new translations
rodzic
d64111f689
commit
dc655192fe
|
@ -32,6 +32,7 @@ Changelog
|
|||
* "Clear choice" and "Edit this page" buttons are no longer shown on the page field of the group page permissions form
|
||||
* Altered styling of stream controls to be more like all other buttons
|
||||
* Added ability to mark page models as not available for creation using the flag `is_creatable`; pages that are abstract Django models are automatically made non-creatable
|
||||
* New translations for Norwegian Bokmål and Icelandic
|
||||
* Fix: Text areas in the non-default tab of the page editor now resize to the correct height
|
||||
* Fix: Tabs in "insert link" modal in the rich text editor no longer disappear (Tim Heap)
|
||||
* Fix: H2 elements in rich text fields were accidentally given a click() binding when put insite a collapsible multi field panel
|
||||
|
|
|
@ -83,10 +83,11 @@ Translators
|
|||
* German: Karl Sander, Johannes Spielmann, m0rph3u5, pcraston, Tammo van Lessen
|
||||
* Greek: Serafeim Papastefanos, Jim Dal
|
||||
* Hebrew (Israel): bjesus, Lior Abazon
|
||||
* Icelandic: Arnar Tumi Þorsteinsson, saevarom
|
||||
* Italian: Andrea Tagliazucchi, Claudio Bantaloukas, Alessio Di Stasio, Giacomo Ghizzani
|
||||
* Japanese: Daigo Shitara, Toshikazu Michisu
|
||||
* Mongolian: Delgermurun Purevkhuu, miiiga
|
||||
* Norwegian bokmål: Eirik Krogstad
|
||||
* Norwegian Bokmål: Eirik Krogstad
|
||||
* Polish: Łukasz Bołdys
|
||||
* Portuguese (Brazil): Gilson Filho, Douglas Miranda, Thiago Cangussu, João Luiz Lorencetti, Gladson Brito, Marcelo J. Both
|
||||
* Portuguese (Portugal): Jose Lourenco, Tiago Henriques
|
||||
|
|
|
@ -69,6 +69,7 @@ Minor features
|
|||
* "Clear choice" and "Edit this page" buttons are no longer shown on the page field of the group page permissions form
|
||||
* Altered styling of stream controls to be more like all other buttons
|
||||
* Added ability to mark page models as not available for creation using the flag ``is_creatable``; pages that are abstract Django models are automatically made non-creatable
|
||||
* New translations for Norwegian Bokmål and Icelandic
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
|
Ładowanie…
Reference in New Issue