Skip to content

Commit

Permalink
feat(admin-ui): Add PL language with partial translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Rybiński committed Apr 17, 2020
1 parent 987b611 commit 057ea38
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 057ea38

Please sign in to comment.