8000 Tags · bedita/i18n · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: bedita/i18n

Tags

v6.0.0

Toggle v6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cakephp 5, php >= 8.3 (#91)

* feat: cakephp 5

* fix: phpstan

* fix: phpstan

* tests: middleware

* tests: middleware

* fix: gettext command

* feat: php 8.4

* tests: coverage ignore doExtract

* doc: update README.md

* chore ci: coverage_min_percentage + phpunit 11

* fix: use psr http-message ^2.0

* fix: DateTime

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #90 from didoda/feat/php-8.3

Php 8.3

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare major release 5: BEdita 5 only, php >= 8.1, cakephp 4.5 (#89)

* feat: add dependabot

* feat: bedita 5, +php 8.4

* fix: dependencies

* feat: update dependencies

v4.4.3

Toggle v4.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Translator interface (#86)

* feat: translator interface

* fix: testMetaHreflang

v4.4.2

Toggle v4.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #84 from didoda/fix/gettext-command-plugin-ttag

Fix ttag extract for plugin

v4.4.1

Toggle v4.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix gettext writeMasterPot (#82)

* fix: mv open file in w mode only on updating

* fix: tests

* refactor: use file_get_contents and file_put_contents

* fix: missing pot files in tests

* fix: create dirs if do not exist

* fix: testParseDir

* chore fix: use assertEquals

v4.4.0

Toggle v4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor GettextCommand (#81)

* refactor: GettextCommand

* chore fix: phpcs

* fix: phpcs

* fix: phpstan

* chore fix: phpstan

* tests: GettextCommand execute only

* tests: GettextCommand execute only

* chore fix: organize imports

* fix: use Hash::get

* fix: hasChanges

* fix: open master pot append mode

* fix: new master pot

* feat: test File

* fix: GettextCommandTest

* feat: GettextTest

* tests: Paths

* test: Ttag extract

* fix: File::parseFile

* refactor: GettextCommand

* refactor: Ttag

* chore fix: phpcs

* fix: tests with php7.4

* tests: Ttag

* tests: more coverage

* refactor: ttag

* tests: gettext

* refactor: GettextCommand

* test: GettextTest

* chore fix: remove unuseful line

* chore fix: GettextCommand

* chore doc: phpdoc

* chore fix: GettextCommand option description

* chore update: README.md

v4.3.0

Toggle v4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support locales as option (#80)

v4.2.5

Toggle v4.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #79 from didoda/fix/gettext-ttag-extract-plugin

Fix ttagExtract for a plugin

v4.2.4

Toggle v4.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix /lang?new=:lang with no referer throws BadRequestException (#77)

* feat: switch lang on no referer

* fix: test
0