Download the PHP package chinleung/verbose-localization without Composer
On this page you can find all versions of the php package chinleung/verbose-localization. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download chinleung/verbose-localization
More information about chinleung/verbose-localization
Files in chinleung/verbose-localization
Package verbose-localization
Short Description A package to allow your class to support verbose localization.
License MIT
Homepage https://github.com/chinleung/verbose-localization
Informations about the package verbose-localization
Verbose Localization
A package to allow your class to support verbose localization.
Installation
You can install the package via composer:
Usage
Add the ChinLeung\VerboseLocalization\HasVerboseLocalization
trait to your class and create a method getTranslationIn(string $locale)
to handle the translation of your class and get access to all the verbose methods instantly like the following example.
Suppose you have files with the translation of the text equivalent of numbers:
Then you can retrieve the translations like this:
Methods
The methods are seperated by language families which are located in src/Concerns.
Afro-Asiatic
View Methods
* inAmharic * inArabic * inHausa * inHebrew * inMaltese * inSomaliAustronesian
View Methods
* inCebuano * inFilipino * inHawaiian * inJavanese * inKhmer * inMalagasy * inMalayDravidian
View Methods
* inKannada * inMalayalam * inTamil * inTeluguFrench Creole
View Methods
* inHaitianCreoleHmong-Mien
View Methods
* inHmongIndo-European
View Methods
* inAlbanian * inArmenian * inGreek #### [Balto-Slavic](https://github.com/chinleung/verbose-localization/tree/master/src/Concerns/HasBaltoSlavicVerboseMethods.php)View Methods
* inBelarusian * inBosnian * inBulgarian * inCroatian * inCzech * inLatvian * inLithuanian * inMacedonian * inPolish * inRussian * inSerbian * inSlovak * inSlovenian * inUkrainianView Methods
* inIrish * inScotsGaelic * inWelshView Methods
* inAfrikaans * inDanish * inDutch * inEnglish * inFrisian * inGerman * inIcelandic * inLuxembourgish * inNorwegian * inSwedish * inYiddishView Methods
* inBengali * inGujarati * inHindi * inKurmanjiKurdish * inMarathi * inNepali * inPashto * inPersian * inPunjabi * inSindhi * inSinhala * inTajik * inUrduView Methods
* inCatalan * inCorsican * inFrench * inGalician * inItalian * inLatin * inPortuguese * inRomanian * inSpanishIsolate
View Methods
* inBasque * inEsperantoJaponic
View Methods
* inJapaneseKartvelian
View Methods
* inGeorgianKoreanic
View Methods
* inKoreanKra-Dai
View Methods
* inLao * inThaiMonogolic
View Methods
* MongolianNiger-Congo
View Methods
* inChewa * inChichewa * inIgbo * inSesotho * inShona * inSwahili * inXhosa * inYoruba * inZuluSino-Tibetan
View Methods
* inBurmeseMyanmar * inSimplifiedChinese * inTraditionalChineseTurkic
View Methods
* inAzerbaijani * inKazakh * inKyrgyz * inTurkish * inUzbekUralic
View Methods
* inEstonian * inFinnish * inHungarianTesting
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Chin Leung
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
PHP Package Boilerplate
This package was generated using the PHP Package Boilerplate.