Skip to content

Commit

Permalink
full name of ukrainian lang in the header (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
petr-hajek authored Sep 25, 2022
1 parent adacda3 commit 0d5af5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const getCountryVariant = (): CountryVariant => {

export const LOCALE_NAMES: Record<Language, string> = {
cs: 'Česky',
uk: 'Укр',
uk: 'Українська',
pl: 'Polski',
sk: 'Slovensky',
};

0 comments on commit 0d5af5d

Please sign in to comment.