release 2021.09.25 - Plurals
This commit is contained in:
parent
083875d051
commit
0c14799a44
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,15 +1,19 @@
|
||||
2021.09.02.1 - dev
|
||||
2021.09.25.1 - dev
|
||||
- [ ] help translation
|
||||
- [ ] source translation
|
||||
- [ ] fix third-party API (temp remoed)
|
||||
- [ ] add support for plural (.po ok)
|
||||
- [ ] fix third-party API (temp removed)
|
||||
|
||||
2021.09.25
|
||||
- add support for plural
|
||||
- add dashboard icon
|
||||
- fix constante for official modules
|
||||
- fix superadmin permissions
|
||||
- fix global settings
|
||||
- light interface
|
||||
- remove modules list tab and add button to existing lists
|
||||
- remove multi-modules import/export
|
||||
- .po export become a requirment
|
||||
- use l10n function sto generate .lang.php files
|
||||
- use l10n functions to generate .lang.php files
|
||||
|
||||
2021.09.02
|
||||
- clean up code and fix typo
|
||||
@ -89,7 +93,7 @@
|
||||
|
||||
0.9 - 2009.09.23
|
||||
- Fixed bug on translate escape string
|
||||
- Added _uninstall.php support
|
||||
- Added _ uninstall.php support
|
||||
|
||||
0.8 - 2009.08.16
|
||||
- Fixed php 5.3 compatibility
|
||||
|
@ -19,7 +19,7 @@ $this->registerModule(
|
||||
'Translater',
|
||||
'Translate your Dotclear plugins and themes',
|
||||
'Jean-Christian Denis & contributors',
|
||||
'2021.09.02.1',
|
||||
'2021.09.25',
|
||||
[
|
||||
'requires' => [['core', '2.19']],
|
||||
'permissions' => null,
|
||||
|
@ -1,10 +1,11 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="translater">
|
||||
<name>Traducteur</name>
|
||||
<version>2021.09.02</version>
|
||||
<name>Translater</name>
|
||||
<version>2021.09.25</version>
|
||||
<author>Jean-Christian Denis & contributors</author>
|
||||
<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:support>http://forum.dotclear.org/viewtopic.php?id=39220</da:support>
|
||||
</module>
|
||||
|
@ -2,9 +2,9 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"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"
|
||||
"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"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
Loading…
Reference in New Issue
Block a user