Branch: refs/heads/master
Home: https://github.com/phpmyadmin/localized_docs
Commit: 736b0c42e4b2551cd6db7bb06c0308ad32c6c842
https://github.com/phpmyadmin/localized_docs/commit/736b0c42e4b2551cd6db7bb…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2023-03-11 (Sat, 03 March 2023) +01:00
Changed paths:
M phpmyadmin
Log Message:
-----------
Updated phpMyAdmin repository
Commit: 1d98500581285d5d6ac1bdaef90c43d8a8eceea2
https://github.com/phpmyadmin/localized_docs/commit/1d98500581285d5d6ac1bda…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2023-03-11 (Sat, 03 March 2023) +01:00
Changed paths:
M locale/config.pot
M po/ar.po
M po/az.po
M po/bn.po
M po/bs.po
M po/ca.po
M po/cs.po
M po/da.po
M po/de.mo
M po/de.po
M po/documentation.pot
M po/el.po
M po/en_GB.mo
M po/en_GB.po
M po/eo.po
M po/es.mo
M po/es.po
M po/et.po
M po/fi.po
M po/fr.mo
M po/fr.po
M po/fy.po
M po/gl.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/id.po
M po/it.po
M po/ja.mo
M po/ja.po
M po/ka.po
M po/ko.po
M po/lt.po
M po/mk.po
M po/mn.po
M po/nb.po
M po/nl.po
M po/pl.po
M po/pt_BR.mo
M po/pt_BR.po
M po/rcf.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sv.po
M po/tr.mo
M po/tr.po
M po/uk.mo
M po/uk.po
M po/zh_CN.mo
M po/zh_CN.po
M po/zh_TW.po
Log Message:
-----------
Update po files
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/motranslator
Commit: 0260e984d055a78c82545101d20df2febca3c706
https://github.com/phpmyadmin/motranslator/commit/0260e984d055a78c82545101d…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-03-09 (Thu, 03 March 2023) -03:00
Changed paths:
M phpcs.xml.dist
M src/Cache/ApcuCache.php
M src/Cache/ApcuCacheFactory.php
M src/Cache/InMemoryCache.php
M src/Loader.php
M src/MoParser.php
M src/StringReader.php
M src/Translator.php
M src/functions.php
Log Message:
-----------
Add native type declarations
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/motranslator
Commit: eec177ac75049b647b91cf47b5dba2e74c10e73d
https://github.com/phpmyadmin/motranslator/commit/eec177ac75049b647b91cf47b…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-03-09 (Thu, 03 March 2023) -03:00
Changed paths:
M phpcs.xml.dist
M src/Loader.php
M src/MoParser.php
M tests/TranslatorTest.php
Log Message:
-----------
Use union type declaration for nullable types
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/motranslator
Commit: ac437fcb308ac8218856de19ad9ed894c063c3ce
https://github.com/phpmyadmin/motranslator/commit/ac437fcb308ac8218856de19a…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-03-09 (Thu, 03 March 2023) -03:00
Changed paths:
M composer.json
M phpcs.xml.dist
M src/Cache/GetAllInterface.php
M src/Cache/InMemoryCache.php
M src/MoParser.php
M src/StringReader.php
M src/Translator.php
M tests/Cache/ApcuCacheFactoryTest.php
M tests/Cache/ApcuCacheTest.php
M tests/Cache/InMemoryCacheTest.php
M tests/LoaderTest.php
M tests/MoFilesTest.php
M tests/PluralFormulaTest.php
M tests/PluralTest.php
Log Message:
-----------
Fix code spacing issues
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: fd8a3e2fce6acf143c59e943dbde16ee3fa8b800
https://github.com/phpmyadmin/motranslator/commit/fd8a3e2fce6acf143c59e943d…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-03-09 (Thu, 03 March 2023) -03:00
Changed paths:
M benchmark-context.php
M benchmark-plural.php
M benchmark.php
M phpcs.xml.dist
M src/Cache/ApcuCache.php
M src/Loader.php
M src/Translator.php
M tests/Cache/ApcuCacheTest.php
M tests/FunctionsTest.php
M tests/LoaderTest.php
M tests/MoFilesTest.php
M tests/PluralFormulaTest.php
M tests/PluralTest.php
Log Message:
-----------
Add trailing commas to functions
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>