Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Added Uzbek language to supported list
Browse files Browse the repository at this point in the history
  • Loading branch information
mtakhirov authored Sep 15, 2022
1 parent ee76cc5 commit d6dd3a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Enums/Language.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ class Language extends SwitchableEnum
const SUPPORTED = [
self::GEO,
self::ENG,
self::UZB,
];

const ENG = 'en';

const GEO = 'ge';

const UZB = 'uz';
}

0 comments on commit d6dd3a7

Please sign in to comment.