Skip to content

Commit 5ff08d1

Browse files
committed
test
1 parent fd584e3 commit 5ff08d1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ci-scripts/validate-translations.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ check_export_statements() {
1010
local file=$2
1111
local statement="from './$folder/index';"
1212
if ! grep -q "$statement" "$file"; then
13-
echo "$folder not found in $file"
13+
echo "$folder is not listed in $file"
1414
exit 1
1515
else
16-
echo "$folder/index is already listed in $file"
16+
echo "$folder is already listed in $file"
1717
fi
1818
}
1919

feature-libs/asm/assets/translations/translations.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export const asmTranslationChunksConfig: TranslationChunksConfig = {
1313
export { cs as asmTranslationsCs } from './cs/index';
1414
export { de as asmTranslationsDe } from './de/index';
1515
export { en as asmTranslationsEn } from './en/index';
16+
export { es as asmTranslationsEs } from './es/index';
1617
export { es_CO as asmTranslationsEs_CO } from './es_CO/index';
1718
export { fr as asmTranslationsFr } from './fr/index';
1819
export { hi as asmTranslationsHi } from './hi/index';

0 commit comments

Comments
 (0)