Translate Jetstream's Vue templates into any language you want. Without much effort.
It annoyed me that Jetstream's Vue templates are not translated. Sometimes I need Jetstream in a language other than English and I didn't want to translate everything by hand.
You can install the package via composer:
composer require --dev tschucki/translate-jetstream
I recommend to only use this package in a local development environment and a fresh installation of Jetstream.
You better commit your changes before running the command, so you can easily revert them if something feels wrong.
Call the following command to select the language you want to translate Jetstream into:
php artisan jetstream:translate
You will be asked for the language you want to translate Jetstream into. The default language is your locale set in your Laravel application.
You can also pass the locale as an argument:
php artisan jetstream:translate de
Jetstream.Translate.Demo.mov
- "af"
- "ak"
- "am"
- "ar"
- "as"
- "az"
- "be"
- "bg"
- "bho"
- "bm"
- "bn"
- "bs"
- "ca"
- "ceb"
- "ckb"
- "cs"
- "cy"
- "da"
- "de"
- "de_CH"
- "doi"
- "ee"
- "el"
- "en"
- "eo"
- "es"
- "et"
- "eu"
- "fa"
- "fi"
- "fil"
- "fr"
- "fy"
- "ga"
- "gd"
- "gl"
- "gu"
- "ha"
- "haw"
- "he"
- "hi"
- "hr"
- "hu"
- "hy"
- "id"
- "ig"
- "is"
- "it"
- "ja"
- "ka"
- "kk"
- "km"
- "kn"
- "ko"
- "ku"
- "ky"
- "lb"
- "lg"
- "ln"
- "lo"
- "lt"
- "lv"
- "mai"
- "mg"
- "mi"
- "mk"
- "ml"
- "mn"
- "mni_Mtei"
- "mr"
- "ms"
- "mt"
- "my"
- "nb"
- "ne"
- "nl"
- "nn"
- "oc"
- "om"
- "or"
- "pa"
- "pl"
- "ps"
- "pt"
- "pt_BR"
- "qu"
- "ro"
- "ru"
- "rw"
- "sa"
- "sc"
- "sd"
- "si"
- "sk"
- "sl"
- "sn"
- "so"
- "sq"
- "sr_Cyrl"
- "sr_Latn"
- "sr_Latn_ME"
- "su"
- "sv"
- "sw"
- "ta"
- "te"
- "tg"
- "th"
- "ti"
- "tk"
- "tl"
- "tr"
- "tt"
- "ug"
- "uk"
- "ur"
- "uz_Cyrl"
- "uz_Latn"
- "vi"
- "xh"
- "yi"
- "yo"
- "zh_CN"
- "zh_HK"
- "zh_TW"
- "zu"
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.