mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: Add new locales: cz, de
This commit is contained in:
parent
90bf50d6e5
commit
e88b1893d0
BIN
frontend/public/cs_CZ.png
Normal file
BIN
frontend/public/cs_CZ.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
frontend/public/de_DE.png
Normal file
BIN
frontend/public/de_DE.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 247 B |
@ -15,6 +15,8 @@ export default class ShowUserComponent extends React.Component {
|
||||
{ value: 'en-GB', image: 'en-GB' },
|
||||
{ value: 'en-IN', image: 'en-IN' },
|
||||
{ value: 'da-DK', image: 'da-DK' },
|
||||
{ value: 'de', image: 'de_DE' },
|
||||
{ value: 'cs', image: 'cs_CZ' },
|
||||
];
|
||||
|
||||
componentDidMount() {
|
||||
|
Loading…
Reference in New Issue
Block a user