Skip to content

Commit

Permalink
Add translation files for eCHIS
Browse files Browse the repository at this point in the history
  • Loading branch information
mutuajames committed Jul 27, 2023
1 parent f8e0567 commit 015fd44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/pkg-config/src/configStore/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { USER_PREFERENCE_KEY } from '../constants';
import { PaginationProps } from 'antd/lib/pagination/Pagination';

export const supportedLanguageCodes = ['en', 'sw', 'fr', 'ar', 'th', 'vi'] as const;
export const supportedProjectCode = ['eusm', 'core'] as const;
export const supportedProjectCode = ['eusm', 'core', 'echis'] as const;

export type LanguageCode = typeof supportedLanguageCodes[number];
export type ProjectCode = typeof supportedProjectCode[number];
Expand Down
2 changes: 1 addition & 1 deletion scripts/i18nExtraction.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const filterValidPackageFolders = (packageFolders, allValidPackages) => {
return validPaths;
};

const supportedProjectCodes = ['eusm', 'core'];
const supportedProjectCodes = ['eusm', 'core', 'echis'];

const extractionRunner = (argvConfigs, packageSemiPaths) => {
const { locales, projectCode, verbose, useKeysAsDefaultValue, createOldCatalogs } = argvConfigs;
Expand Down

0 comments on commit 015fd44

Please sign in to comment.