Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Commit

Permalink
ro31337#530 Fix Czech language (ro31337#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
ro31337 authored Mar 2, 2017
1 parent 455faa9 commit e30fa98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validations/supported-locales.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ localeMap.set('de', 'Deutsch');
localeMap.set('it', '🇮🇹 Italiano');
localeMap.set('pt-br', '🇧🇷 Português');
localeMap.set('pl', '🇵🇱 Polski');
localeMap.set('cz', '🇨🇿 Český');
localeMap.set('cz', '🇨🇿 Česky');
localeMap.set('tr', '🇹🇷 Türkçe');
localeMap.set('id', '🇮🇩 Bahasa Indonesia');
localeMap.set('ru', '🇷🇺 Русский');
Expand Down

0 comments on commit e30fa98

Please sign in to comment.