File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
feature-libs/asm/assets/translations Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ export const asmTranslationChunksConfig: TranslationChunksConfig = {
1313export { cs as asmTranslationsCs } from './cs/index' ;
1414export { de as asmTranslationsDe } from './de/index' ;
1515export { en as asmTranslationsEn } from './en/index' ;
16+ export { es as asmTranslationsEs } from './es/index' ;
1617export { es_CO as asmTranslationsEs_CO } from './es_CO/index' ;
1718export { fr as asmTranslationsFr } from './fr/index' ;
1819export { hi as asmTranslationsHi } from './hi/index' ;
You can’t perform that action at this time.
0 commit comments