release 2021.09.28
This commit is contained in:
parent
1c65d30c6a
commit
cd0b4a5b57
3 changed files with 10 additions and 3 deletions
|
@ -3,6 +3,13 @@
|
||||||
- [ ] source translation
|
- [ ] source translation
|
||||||
- [ ] fix third-party API (temp removed)
|
- [ ] fix third-party API (temp removed)
|
||||||
|
|
||||||
|
2021.09.28
|
||||||
|
- Fix help (thx Pierre Van Glabeke)
|
||||||
|
- Fix translations (thx Pierre Van Glabeke)
|
||||||
|
- Fix wrong number line for source files
|
||||||
|
- Fix false positive on unquoted srtings
|
||||||
|
- Fix empty line on .po file
|
||||||
|
|
||||||
2021.09.25
|
2021.09.25
|
||||||
- add support for plural
|
- add support for plural
|
||||||
- add dashboard icon
|
- add dashboard icon
|
||||||
|
|
|
@ -19,7 +19,7 @@ $this->registerModule(
|
||||||
'Translater',
|
'Translater',
|
||||||
'Translate your Dotclear plugins and themes',
|
'Translate your Dotclear plugins and themes',
|
||||||
'Jean-Christian Denis & contributors',
|
'Jean-Christian Denis & contributors',
|
||||||
'2021.09.25',
|
'2021.09.28',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.19']],
|
'requires' => [['core', '2.19']],
|
||||||
'permissions' => null,
|
'permissions' => null,
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="translater">
|
<module id="translater">
|
||||||
<name>Translater</name>
|
<name>Translater</name>
|
||||||
<version>2021.09.25</version>
|
<version>2021.09.28</version>
|
||||||
<author>Jean-Christian Denis & contributors</author>
|
<author>Jean-Christian Denis & contributors</author>
|
||||||
<desc>Translate your Dotclear plugins and themes</desc>
|
<desc>Translate your Dotclear plugins and themes</desc>
|
||||||
<file>https://github.com/JcDenis/translater/releases/download/v2021.09.25/plugin-translater.zip</file>
|
<file>https://github.com/JcDenis/translater/releases/download/v2021.09.28/plugin-translater.zip</file>
|
||||||
<da:dcmin>2.19</da:dcmin>
|
<da:dcmin>2.19</da:dcmin>
|
||||||
<da:details>https://plugins.dotaddict.org/dc2/details/translater</da:details>
|
<da:details>https://plugins.dotaddict.org/dc2/details/translater</da:details>
|
||||||
<da:support>http://forum.dotclear.org/viewtopic.php?id=39220</da:support>
|
<da:support>http://forum.dotclear.org/viewtopic.php?id=39220</da:support>
|
||||||
|
|
Loading…
Reference in a new issue