diff options
| author | Georg Lukas <georg@op-co.de> | 2021-07-27 17:50:56 +0200 |
|---|---|---|
| committer | Georg Lukas <georg@op-co.de> | 2021-07-27 17:50:56 +0200 |
| commit | e37adee3cbbb0962af955976b1e59b32acc824d6 (patch) | |
| tree | 071fe82d4ae788016954e7766c47b12cd877a5ce | |
| parent | f6eaa9035500dcb5e040957914520ab09b276a64 (diff) | |
| download | php-xmpp-invitation-e37adee3cbbb0962af955976b1e59b32acc824d6.tar.gz | |
add Polish to supported list
| -rw-r--r-- | config.js.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.js.dist b/config.js.dist index d119301..b959c0f 100644 --- a/config.js.dist +++ b/config.js.dist @@ -1,2 +1,2 @@ -var supportedLocales = ['de', 'en', 'fr', 'ro'] +var supportedLocales = ['de', 'en', 'fr', 'pl', ro'] var defaultLocale = 'en' |
