Skip to content

Commit

Permalink
Typo in languages
Browse files Browse the repository at this point in the history
  • Loading branch information
standakouba committed Jan 12, 2023
1 parent 80e1b90 commit 42b2aba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Definition/Language.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ class Language
const ITALIAN = 'IT';
const SPANISH = 'ES';
const UKRAINIAN = 'UK';
const ESTONIA = 'EE';
const LITHUANIA = 'LT';
const LATVIA = 'LV';
const SLOVENIA = 'SI';
const PORTUGAL = 'PT';
const ESTONIAN = "EE";
const LITHUANIAN = "LT";
const LATVIAN = "LV";
const SLOVENIAN = "SI";
const PORTUGUESE = "PT";
}

0 comments on commit 42b2aba

Please sign in to comment.