Skip to content

Tags: smartsupp/nette-localization

Tags

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: prevent type error when translation key is null (#14)

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: upgrade nette/utils to ^3.2 (#13)

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Php8 compatibility (#12)

v2.1.0

Toggle v2.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add support for `vsprintf`

Allow to use `->translate("{x} example {y}", ['x' => 'foo', 'y' => 'bar'])` and `->translate("%s example %s", 'foo', 'bar')`

v2.0.0

Toggle v2.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
update parameters for translate

v1.1.0

Toggle v1.1.0'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 #9 from smartsupp/fix-numbers

fix: dont replace numbers

v1.0.0

Toggle v1.0.0's commit message
added filters

v0.1.1

Toggle v0.1.1's commit message
added version

v0.1.0

Toggle v0.1.0's commit message
composer updated