Skip to content

Commit

Permalink
feat(admin-ui): Add Polish translations (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Rybinski authored Apr 30, 2020
1 parent 8592e9d commit 65a113b
Show file tree
Hide file tree
Showing 4 changed files with 648 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/admin-ui-plugin/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ import path from 'path';
export const DEFAULT_APP_PATH = path.join(__dirname, '../admin-ui');
export const loggerCtx = 'AdminUiPlugin';
export const defaultLanguage = LanguageCode.en;
export const defaultAvailableLanguages = [LanguageCode.en, LanguageCode.es, LanguageCode.zh];
export const defaultAvailableLanguages = [LanguageCode.en, LanguageCode.es, LanguageCode.zh, LanguageCode.pl];
Loading

0 comments on commit 65a113b

Please sign in to comment.