release 2021.09.25 - Plurals
This commit is contained in:
parent
083875d051
commit
0c14799a44
4 changed files with 16 additions and 11 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,15 +1,19 @@
|
||||||
2021.09.02.1 - dev
|
2021.09.25.1 - dev
|
||||||
- [ ] help translation
|
- [ ] help translation
|
||||||
- [ ] source translation
|
- [ ] source translation
|
||||||
- [ ] fix third-party API (temp remoed)
|
- [ ] fix third-party API (temp removed)
|
||||||
- [ ] add support for plural (.po ok)
|
|
||||||
|
2021.09.25
|
||||||
|
- add support for plural
|
||||||
- add dashboard icon
|
- add dashboard icon
|
||||||
- fix constante for official modules
|
- fix constante for official modules
|
||||||
- fix superadmin permissions
|
- fix superadmin permissions
|
||||||
|
- fix global settings
|
||||||
|
- light interface
|
||||||
- remove modules list tab and add button to existing lists
|
- remove modules list tab and add button to existing lists
|
||||||
- remove multi-modules import/export
|
- remove multi-modules import/export
|
||||||
- .po export become a requirment
|
- .po export become a requirment
|
||||||
- use l10n function sto generate .lang.php files
|
- use l10n functions to generate .lang.php files
|
||||||
|
|
||||||
2021.09.02
|
2021.09.02
|
||||||
- clean up code and fix typo
|
- clean up code and fix typo
|
||||||
|
@ -89,7 +93,7 @@
|
||||||
|
|
||||||
0.9 - 2009.09.23
|
0.9 - 2009.09.23
|
||||||
- Fixed bug on translate escape string
|
- Fixed bug on translate escape string
|
||||||
- Added _uninstall.php support
|
- Added _ uninstall.php support
|
||||||
|
|
||||||
0.8 - 2009.08.16
|
0.8 - 2009.08.16
|
||||||
- Fixed php 5.3 compatibility
|
- Fixed php 5.3 compatibility
|
||||||
|
|
|
@ -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.02.1',
|
'2021.09.25',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.19']],
|
'requires' => [['core', '2.19']],
|
||||||
'permissions' => null,
|
'permissions' => null,
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="translater">
|
<module id="translater">
|
||||||
<name>Traducteur</name>
|
<name>Translater</name>
|
||||||
<version>2021.09.02</version>
|
<version>2021.09.25</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.02/plugin-translater.zip</file>
|
<file>https://github.com/JcDenis/translater/releases/download/v2021.09.25/plugin-translater.zip</file>
|
||||||
|
<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>
|
||||||
</module>
|
</module>
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Project-Id-Version: translater 2021.09.02.1\n"
|
"Project-Id-Version: translater 2021.09.25\n"
|
||||||
"POT-Creation-Date: \n"
|
"POT-Creation-Date: \n"
|
||||||
"PO-Revision-Date: 2021-09-25T16:06:32+00:00\n"
|
"PO-Revision-Date: 2021-09-25T16:28:04+00:00\n"
|
||||||
"Last-Translator: Jean-Christian Denis\n"
|
"Last-Translator: Jean-Christian Denis\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
Loading…
Reference in a new issue