release 2022.12.26

This commit is contained in:
Jean-Christian Paul Denis 2022-12-26 21:54:28 +01:00
parent a11c778181
commit 789361ff46
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
5 changed files with 13 additions and 5 deletions

View File

@ -3,6 +3,13 @@ dev
- [ ] source translation - [ ] source translation
- [ ] fix third-party API (temp removed) - [ ] fix third-party API (temp removed)
2022.12.26
- fix wrong dt::str parameter (thx Pierre Van Glabeke)
- fix backup limit (unlimited)
- groups admin behaviors
- remove settings addNamespace method
- use abstract plugin id and settings ns
2022.12.22 2022.12.22
- use SVG icon - use SVG icon
- use short settings id - use short settings id

View File

@ -18,7 +18,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',
'2022.12.22', '2022.12.26',
[ [
'requires' => [['core', '2.24']], 'requires' => [['core', '2.24']],
'permissions' => null, 'permissions' => null,

View File

@ -2,10 +2,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>2022.12.22</version> <version>2022.12.26</version>
<author>Jean-Christian Denis &amp; contributors</author> <author>Jean-Christian Denis &amp; 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/v2022.12.22/plugin-translater.zip</file> <file>https://github.com/JcDenis/translater/releases/download/v2022.12.26/plugin-translater.zip</file>
<da:dcmin>2.24</da:dcmin> <da:dcmin>2.24</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>

View File

@ -25,6 +25,7 @@ l10n::$locales['Name of exported package:'] = 'Nom du pa
l10n::$locales['Backups'] = 'Sauvegardes'; l10n::$locales['Backups'] = 'Sauvegardes';
l10n::$locales['Make backups when changes are made'] = 'Faire une sauvegarde quand des changements sont effectués'; l10n::$locales['Make backups when changes are made'] = 'Faire une sauvegarde quand des changements sont effectués';
l10n::$locales['Limit backups to %s files per module'] = 'Limiter les sauvegardes à %s fichiers par module'; l10n::$locales['Limit backups to %s files per module'] = 'Limiter les sauvegardes à %s fichiers par module';
l10n::$locales['Set to 0 for no limit.'] = 'Mettre à 0 pour aucune limite.';
l10n::$locales['Store backups in:'] = 'Enregistrer les sauvegardes dans :'; l10n::$locales['Store backups in:'] = 'Enregistrer les sauvegardes dans :';
l10n::$locales['Behaviors'] = 'Comportements'; l10n::$locales['Behaviors'] = 'Comportements';
l10n::$locales['Default start menu:'] = 'Menu de départ par défaut :'; l10n::$locales['Default start menu:'] = 'Menu de départ par défaut :';

View File

@ -1,9 +1,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 2022.12.22\n" "Project-Id-Version: translater 2022.12.26\n"
"POT-Creation-Date: \n" "POT-Creation-Date: \n"
"PO-Revision-Date: 2022-12-26T20:24:33+00:00\n" "PO-Revision-Date: 2022-12-26T20:46:11+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"