release 2023.08.15
This commit is contained in:
parent
bbfa3fa568
commit
94706874dd
356
CHANGELOG.md
356
CHANGELOG.md
@ -1,197 +1,235 @@
|
||||
dev
|
||||
- [ ] help translation
|
||||
- [ ] source translation
|
||||
- [ ] fix third-party API (temp removed)
|
||||
- [ ] fix multiline translations
|
||||
translater 2023.08.15
|
||||
===========================================================
|
||||
* Require Dotclear 2.27
|
||||
* Require PHP 8.1
|
||||
* Move third party repository
|
||||
* Use Dotclear style for CHANGELOG
|
||||
|
||||
2023.07.29
|
||||
- require Dotclear 2.27
|
||||
- require PHP 8.1+
|
||||
- update to Dotclear 2.27-dev
|
||||
translater 2023.07.29
|
||||
===========================================================
|
||||
* require Dotclear 2.27
|
||||
* require PHP 8.1+
|
||||
* update to Dotclear 2.27-dev
|
||||
|
||||
2023.06.18
|
||||
- require dotclear 2.26
|
||||
- require php 8.1+
|
||||
- fix settings (again)
|
||||
translater 2023.06.18
|
||||
===========================================================
|
||||
* require dotclear 2.26
|
||||
* require php 8.1+
|
||||
* fix settings (again)
|
||||
|
||||
2023.05.13
|
||||
- require dotclear 2.26
|
||||
- require php 8.1+
|
||||
- use define php_min
|
||||
- fix settings
|
||||
translater 2023.05.13
|
||||
===========================================================
|
||||
* require dotclear 2.26
|
||||
* require php 8.1+
|
||||
* use define php_min
|
||||
* fix settings
|
||||
|
||||
2023.04.23
|
||||
- require dotclear 2.26
|
||||
- require php 8.1+
|
||||
- use latest dotclear namespace
|
||||
- fix nullsafe warnings
|
||||
translater 2023.04.23
|
||||
===========================================================
|
||||
* require dotclear 2.26
|
||||
* require php 8.1+
|
||||
* use latest dotclear namespace
|
||||
* fix nullsafe warnings
|
||||
|
||||
2023.03.19
|
||||
- fix init check
|
||||
- fix some phpstan warnings
|
||||
translater 2023.03.19
|
||||
===========================================================
|
||||
* fix init check
|
||||
* fix some phpstan warnings
|
||||
|
||||
2023.03.17
|
||||
- use container for Manage vars
|
||||
- use modules define
|
||||
- use readonly properties for modules, langs, settings, manage page
|
||||
- fix init check
|
||||
- fix previously introduced bug
|
||||
translater 2023.03.17
|
||||
===========================================================
|
||||
* use container for Manage vars
|
||||
* use modules define
|
||||
* use readonly properties for modules, langs, settings, manage page
|
||||
* fix init check
|
||||
* fix previously introduced bug
|
||||
|
||||
2023.03.16
|
||||
- require php 8.1
|
||||
- use container for settings
|
||||
- fix previously introduced bug
|
||||
translater 2023.03.16
|
||||
===========================================================
|
||||
* require php 8.1
|
||||
* use container for settings
|
||||
* fix previously introduced bug
|
||||
|
||||
2023.03.15
|
||||
- update to Dotclear 2.26-dev
|
||||
- use namespace
|
||||
translater 2023.03.15
|
||||
===========================================================
|
||||
* update to Dotclear 2.26-dev
|
||||
* use namespace
|
||||
|
||||
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
|
||||
translater 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
|
||||
- use SVG icon
|
||||
- use short settings id
|
||||
- fix install
|
||||
- fix autoload
|
||||
- fix permissions
|
||||
translater 2022.12.22
|
||||
===========================================================
|
||||
* use SVG icon
|
||||
* use short settings id
|
||||
* fix install
|
||||
* fix autoload
|
||||
* fix permissions
|
||||
|
||||
2022.11.20
|
||||
- fix compatibility with Dotclear 2.24 (required)
|
||||
translater 2022.11.20
|
||||
===========================================================
|
||||
* fix compatibility with Dotclear 2.24 (required)
|
||||
|
||||
2021.11.06
|
||||
- sort modules by id
|
||||
- fix extra whitespace in exported files
|
||||
- update to PSR12
|
||||
translater 2021.11.06
|
||||
===========================================================
|
||||
* sort modules by id
|
||||
* fix extra whitespace in exported files
|
||||
* update to PSR12
|
||||
|
||||
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
|
||||
translater 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
|
||||
- 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 functions to generate .lang.php files
|
||||
translater 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 functions to generate .lang.php files
|
||||
|
||||
2021.09.02
|
||||
- clean up code and fix typo
|
||||
translater 2021.09.02
|
||||
===========================================================
|
||||
* clean up code and fix typo
|
||||
|
||||
2021.08.18
|
||||
- Fixed PSR-2 Coding Style
|
||||
- Move settings to config file
|
||||
translater 2021.08.18
|
||||
===========================================================
|
||||
* Fixed PSR-2 Coding Style
|
||||
* Move settings to config file
|
||||
|
||||
2018.10.26 - Pierre Van Glabeke
|
||||
- Bug avec php 7.2 (https://forum.dotclear.org/viewtopic.php?pid=342810#p342810)
|
||||
translater 2018.10.26 - Pierre Van Glabeke
|
||||
===========================================================
|
||||
* Bug avec php 7.2 (https://forum.dotclear.org/viewtopic.php?pid=342810#p342810)
|
||||
|
||||
2018.10.18 - Pierre Van Glabeke
|
||||
- Modifs localisation
|
||||
translater 2018.10.18 - Pierre Van Glabeke
|
||||
===========================================================
|
||||
* Modifs localisation
|
||||
|
||||
2018.02.14 - Pierre Van Glabeke
|
||||
- Suppression ?> en fin de lang.php
|
||||
translater 2018.02.14 - Pierre Van Glabeke
|
||||
===========================================================
|
||||
* Suppression ?> en fin de lang.php
|
||||
|
||||
2017.05.10 - Pierre Van Glabeke
|
||||
- Suppression ligne 614 de "continue" dans \inc\class.dc.translater.php
|
||||
translater 2017.05.10 - Pierre Van Glabeke
|
||||
===========================================================
|
||||
* Suppression ligne 614 de "continue" dans \inc\class.dc.translater.php
|
||||
|
||||
2016.08.20 - Pierre Van Glabeke
|
||||
- Ajout Pluriel dans po
|
||||
- Ajout favori
|
||||
translater 2016.08.20 - Pierre Van Glabeke
|
||||
===========================================================
|
||||
* Ajout Pluriel dans po
|
||||
* Ajout favori
|
||||
|
||||
2016.07.08 - Pierre Van Glabeke
|
||||
- Modifs localisation
|
||||
translater 2016.07.08 - Pierre Van Glabeke
|
||||
===========================================================
|
||||
* Modifs localisation
|
||||
|
||||
2013.05.11
|
||||
- Rewrited proposal tools
|
||||
- Added Microsoft translation tool
|
||||
- Updated Google translation tool
|
||||
- Removed permissions, now required superadmin
|
||||
- Fixed page title and messages and contents
|
||||
- Moved all sub-pages into one page
|
||||
translater 2013.05.11
|
||||
===========================================================
|
||||
* Rewrited proposal tools
|
||||
* Added Microsoft translation tool
|
||||
* Updated Google translation tool
|
||||
* Removed permissions, now required superadmin
|
||||
* Fixed page title and messages and contents
|
||||
* Moved all sub-pages into one page
|
||||
|
||||
1.5 - 2010.09.01
|
||||
- Added option to set defaut tab (closes #552)
|
||||
- Fixed occurrences count (closes #551)
|
||||
- Fixed regxep (closes #550)
|
||||
- Cleaned design (thanks to osku)
|
||||
translater 1.5 - 2010.09.01
|
||||
===========================================================
|
||||
* Added option to set defaut tab (closes #552)
|
||||
* Fixed occurrences count (closes #551)
|
||||
* Fixed regxep (closes #550)
|
||||
* Cleaned design (thanks to osku)
|
||||
|
||||
1.4.2 - 2010.09.01
|
||||
- Tried to fix crash with regexp on parsing .po file
|
||||
translater 1.4.2 - 2010.09.01
|
||||
===========================================================
|
||||
* Tried to fix crash with regexp on parsing .po file
|
||||
|
||||
1.4.1 - 2010.06.26
|
||||
- Fixed crash on .po files
|
||||
- Fixed toggle function
|
||||
- Fixed admin crash on non 2.2
|
||||
- Fixed minor bugs
|
||||
- Added option to hide default modules of Dotclear
|
||||
translater 1.4.1 - 2010.06.26
|
||||
===========================================================
|
||||
* Fixed crash on .po files
|
||||
* Fixed toggle function
|
||||
* Fixed admin crash on non 2.2
|
||||
* Fixed minor bugs
|
||||
* Added option to hide default modules of Dotclear
|
||||
|
||||
1.4 - 2010.06.05
|
||||
- Switched to DC 2.2
|
||||
- Added toogle list of existing translation
|
||||
- Fixed google translate (now uses Google ajax API)
|
||||
- Removed "simple mode"
|
||||
- Changed admin interface (easy, light, fast)
|
||||
translater 1.4 - 2010.06.05
|
||||
===========================================================
|
||||
* Switched to DC 2.2
|
||||
* Added toogle list of existing translation
|
||||
* Fixed google translate (now uses Google ajax API)
|
||||
* Removed "simple mode"
|
||||
* Changed admin interface (easy, light, fast)
|
||||
|
||||
1.3 - 2009.10.25
|
||||
- Added babelfish help
|
||||
- Added behaviors on files writing
|
||||
- Fixed regexp again
|
||||
- Changed priority to .po files instead of .lang.php files
|
||||
translater 1.3 - 2009.10.25
|
||||
===========================================================
|
||||
* Added babelfish help
|
||||
* Added behaviors on files writing
|
||||
* Fixed regexp again
|
||||
* Changed priority to .po files instead of .lang.php files
|
||||
|
||||
1.2 - 2009.10.10
|
||||
- Added direct text copy and paste
|
||||
- Added grouping file change
|
||||
- Fixed some typo
|
||||
translater 1.2 - 2009.10.10
|
||||
===========================================================
|
||||
* Added direct text copy and paste
|
||||
* Added grouping file change
|
||||
* Fixed some typo
|
||||
|
||||
1.1 - 2009.10.02
|
||||
- Added the proposed translation
|
||||
- Rewrited settings system
|
||||
- Speed up expert mode
|
||||
translater 1.1 - 2009.10.02
|
||||
===========================================================
|
||||
* Added the proposed translation
|
||||
* Rewrited settings system
|
||||
* Speed up expert mode
|
||||
|
||||
1.0 - 2009.09.28
|
||||
- Added translation of template files. closes #250
|
||||
translater 1.0 - 2009.09.28
|
||||
===========================================================
|
||||
* Added translation of template files. closes #250
|
||||
|
||||
0.9 - 2009.09.23
|
||||
- Fixed bug on translate escape string
|
||||
- Added _ uninstall.php support
|
||||
translater 0.9 - 2009.09.23
|
||||
===========================================================
|
||||
* Fixed bug on translate escape string
|
||||
* Added _ uninstall.php support
|
||||
|
||||
0.8 - 2009.08.16
|
||||
- Fixed php 5.3 compatibility
|
||||
===========================================================
|
||||
* Fixed php 5.3 compatibility
|
||||
|
||||
0.7
|
||||
- Fixed some l10n
|
||||
- Fixed ''xhtml strict'' validation
|
||||
translater 0.7
|
||||
===========================================================
|
||||
* Fixed some l10n
|
||||
* Fixed ''xhtml strict'' validation
|
||||
|
||||
0.6
|
||||
- Added ''author'' to langs files
|
||||
- Added ''two-cols'' option
|
||||
- Added ''sort option'' on array of translations
|
||||
- Fixed ''bugs'' with no theme
|
||||
- Fixed ''bugs'' with folder perms
|
||||
- Fixed ''nothing to update" in simple mode
|
||||
- Fixed ''bugs'' in Import/export
|
||||
- Fixed ''html >'' like DC changset 2385
|
||||
- Fixed ''xhtml strict'' validation
|
||||
translater 0.6
|
||||
===========================================================
|
||||
* Added ''author'' to langs files
|
||||
* Added ''two-cols'' option
|
||||
* Added ''sort option'' on array of translations
|
||||
* Fixed ''bugs'' with no theme
|
||||
* Fixed ''bugs'' with folder perms
|
||||
* Fixed ''nothing to update" in simple mode
|
||||
* Fixed ''bugs'' in Import/export
|
||||
* Fixed ''html >'' like DC changset 2385
|
||||
* Fixed ''xhtml strict'' validation
|
||||
|
||||
0.5
|
||||
- Fixed ''admin url''
|
||||
- Added user perm check
|
||||
- Fixed ''bugs'' with bad strings (close #166)
|
||||
translater 0.5
|
||||
===========================================================
|
||||
* Fixed ''admin url''
|
||||
* Added user perm check
|
||||
* Fixed ''bugs'' with bad strings (close #166)
|
||||
|
||||
0.4
|
||||
- Changed default tab to plugin
|
||||
- Replaced list of modules in select box rather than in help
|
||||
- Fixed wrong message when nothing to export
|
||||
- Added help in helpBlock
|
||||
translater 0.4
|
||||
===========================================================
|
||||
* Changed default tab to plugin
|
||||
* Replaced list of modules in select box rather than in help
|
||||
* Fixed wrong message when nothing to export
|
||||
* Added help in helpBlock
|
||||
|
31
README.md
31
README.md
@ -1,11 +1,10 @@
|
||||
# README
|
||||
|
||||
[![Release](https://img.shields.io/github/v/release/JcDenis/translater)](https://github.com/JcDenis/translater/releases)
|
||||
[![Date](https://img.shields.io/github/release-date/JcDenis/translater)](https://github.com/JcDenis/translater/releases)
|
||||
[![Issues](https://img.shields.io/github/issues/JcDenis/translater)](https://github.com/JcDenis/translater/issues)
|
||||
[![Dotclear](https://img.shields.io/badge/dotclear-v2.27-blue.svg)](https://fr.dotclear.org/download)
|
||||
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/translater)
|
||||
[![License](https://img.shields.io/github/license/JcDenis/translater)](https://github.com/JcDenis/translater/blob/master/LICENSE)
|
||||
[![Release](https://img.shields.io/badge/release-2023.08.15-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/translater/releases)
|
||||
[![Date](https://img.shields.io/badge/date-2023.08.15-c44d58.svg)](https://git.dotclear.watch/JcDenis/translater/releases)
|
||||
[![Dotclear](https://img.shields.io/badge/dotclear-v2.27-137bbb.svg)](https://fr.dotclear.org/download)
|
||||
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/translater)
|
||||
[![License](https://img.shields.io/github/license/JcDenis/translater)](https://git.dotclear.watch/JcDenis/translater/blob/master/LICENSE)
|
||||
|
||||
## WHAT IS TRANSLATER ?
|
||||
|
||||
@ -18,9 +17,9 @@ It helps dev to translate plugin and theme.
|
||||
|
||||
_translater_ requires:
|
||||
|
||||
* super admin permissions
|
||||
* Dotclear 2.27
|
||||
* PHP 8.1+
|
||||
* super admin permissions
|
||||
* Dotclear 2.27
|
||||
* PHP 8.1+
|
||||
|
||||
## USAGE
|
||||
|
||||
@ -36,14 +35,14 @@ or direct from plugins / themes list with a ''Translate'' button.
|
||||
|
||||
## LINKS
|
||||
|
||||
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
|
||||
* Source & contribution : [GitHub Page](https://github.com/JcDenis/translater)
|
||||
* Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/translater)
|
||||
* Discussion & Help: [Dotclear Forum](https://forum.dotclear.org/viewtopic.php?id=39220)
|
||||
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
|
||||
* Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/translater) or [GitHub Page](https://github.com/JcDenis/translater)
|
||||
* Packages & details: [Gitea Page](https://git.dotclear.watch/JcDenis/translater/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/translater)
|
||||
* Discussion & Help: [Dotclear Forum](https://forum.dotclear.org/viewtopic.php?id=39220)
|
||||
|
||||
## CONTRIBUTORS
|
||||
|
||||
* Jean-Christian Denis
|
||||
* Pierre Van Glabeke
|
||||
* Jean-Christian Denis (author)
|
||||
* Pierre Van Glabeke
|
||||
|
||||
You are welcome to contribute to this code.
|
||||
You are welcome to contribute to this code.
|
||||
|
@ -18,7 +18,7 @@ $this->registerModule(
|
||||
'Translater',
|
||||
'Translate your Dotclear plugins and themes',
|
||||
'Jean-Christian Denis & contributors',
|
||||
'2023.07.30',
|
||||
'2023.08.15',
|
||||
[
|
||||
'requires' => [
|
||||
['php', '8.1'],
|
||||
@ -26,8 +26,8 @@ $this->registerModule(
|
||||
],
|
||||
'permissions' => null,
|
||||
'type' => 'plugin',
|
||||
'support' => 'http://forum.dotclear.org/viewtopic.php?id=39220',
|
||||
'details' => 'https://plugins.dotaddict.org/dc2/details/' . basename(__DIR__),
|
||||
'repository' => 'https://raw.githubusercontent.com/JcDenis/' . basename(__DIR__) . '/master/dcstore.xml',
|
||||
'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues',
|
||||
'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md',
|
||||
'repository' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml',
|
||||
]
|
||||
);
|
||||
|
@ -2,12 +2,12 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="translater">
|
||||
<name>Translater</name>
|
||||
<version>2023.07.30</version>
|
||||
<version>2023.08.15</version>
|
||||
<author>Jean-Christian Denis & contributors</author>
|
||||
<desc>Translate your Dotclear plugins and themes</desc>
|
||||
<file>https://github.com/JcDenis/translater/releases/download/v2023.07.30/plugin-translater.zip</file>
|
||||
<file>https://git.dotclear.watch/JcDenis/translater/releases/download/v2023.08.15/plugin-translater.zip</file>
|
||||
<da:dcmin>2.27</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>
|
||||
<da:details>https://git.dotclear.watch/JcDenis/translater/src/branch/master/README.md</da:details>
|
||||
<da:support>https://git.dotclear.watch/JcDenis/translater/issues</da:support>
|
||||
</module>
|
||||
</modules>
|
||||
|
Loading…
Reference in New Issue
Block a user