1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 05:09:43 +02:00

fix: Fix flag for English

This commit is contained in:
Maksim Eltyshev 2022-09-15 09:07:57 +05:00
parent bad3e089ce
commit a864a9e19c

View file

@ -5,7 +5,7 @@ import core from './core';
export default { export default {
language: 'en', language: 'en',
country: 'us', country: 'gb',
name: 'English', name: 'English',
embeddedLocale: merge(login, core), embeddedLocale: merge(login, core),
}; };