Skip to content

Commit

Permalink
Added Kazakh language
Browse files Browse the repository at this point in the history
  • Loading branch information
freescout-help-desk committed Aug 16, 2024
1 parent 94f11a9 commit e037011
Show file tree
Hide file tree
Showing 5 changed files with 1,380 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ If you want to support the project feel free to **star this repository**. It hel

* No limitations on the number of users, tickets, mailboxes, etc.
* 100% Mobile-friendly.
* Multilingual: English, Chinese, Croatian, Czech, Danish, Dutch, Finnish, French, German, Italian, Japanese, Korean, Norwegian, Persian, Polish, Portuguese, Russian, Spanish, Slovak, Swedish, Turkish.
* Multilingual: English, Chinese, Croatian, Czech, Danish, Dutch, Finnish, French, German, Italian, Japanese, Kazakh, Korean, Norwegian, Persian, Polish, Portuguese, Russian, Spanish, Slovak, Swedish, Turkish.
* Seamless email integration.
* Supports modern Microsoft Exchange authentication.
* Fully supports screen readers (for visually impaired).
Expand Down
3 changes: 3 additions & 0 deletions app/Misc/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,9 @@ class Helper
'ja' => ['name' => '日本語',
'name_en' => 'Japanese',
],
'kz' => ['name' => 'қазақ тілі',
'name_en' => 'Kazakh',
],
'ko' => ['name' => '한국어 (韓國語)',
'name_en' => 'Korean (Johab)',
],
Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
*/

'locale' => env('APP_LOCALE', 'en'),
'locales' => ['en', 'zh-CN', 'hr', 'cs', 'da', 'nl', 'fi', 'fr', 'de', 'it', 'ja', 'ko', 'no', 'fa', 'pl', 'pt-PT', 'pt-BR', 'ru', 'es', 'sk', 'sv', 'tr'],
'locales' => ['en', 'zh-CN', 'hr', 'cs', 'da', 'nl', 'fi', 'fr', 'de', 'it', 'ja', 'kz', 'ko', 'no', 'fa', 'pl', 'pt-PT', 'pt-BR', 'ru', 'es', 'sk', 'sv', 'tr'],
'locales_rtl' => ['fa'],
'default_locale' => 'en',

Expand Down
Empty file added public/js/parsley/i18n/kz.js
Empty file.
Loading

0 comments on commit e037011

Please sign in to comment.