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

Tags: acceptacard/translation

Tags

3.0.4

Toggle 3.0.4's commit message
Updated laravel compatible version

3.0.3

Toggle 3.0.3's commit message
Update to support Laravel 10

3.0.2

Toggle 3.0.2's commit message
Update to support Laravel 10

3.0.1

Toggle 3.0.1's commit message
Update to support Laravel 9

3.0.0

Toggle 3.0.0's commit message
Add support for Laravel 8

2.4.2

Toggle 2.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update 2013_07_25_145958_create_translations_table.php (Waavi#168)

Add length limiters for namespace, group and item.

This fixes an issue where the index will fail creation on a utf8mb4_unicode_ci collation as the max length is 3,072 bytes and the current gives us 3,084 bytes ((255+255+255+6) * 4) from the four columns used in the index.

2.4.1

Toggle 2.4.1's commit message
Add support for using translate in specific connection (Waavi#156)

2.4

Toggle 2.4's commit message
Laravel 6 support (Waavi#154)

* Laravel 6 support

* This version of PHPUnit is supported on PHP 7.2 and PHP 7.3.

* setUp void

* composer update dependencies

* fix : void setUp

* fix : void tearDown

* change composer to laravel 6

* Arr::get fix helper

* add new line .gitignore

2.3.4

Toggle 2.3.4'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 Waavi#120 from LALarsen/issue-111

Remove unnecessary database queries

2.3.3

Toggle 2.3.3's commit message
Fixed translator load.

0