Skip to content

Commit

Permalink
Use LATIN_FONTS for kmr
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreeshrii committed Mar 15, 2019
1 parent 3eee1d2 commit d47b0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/training/language-specific.sh
Expand Up @@ -1164,7 +1164,7 @@ set_lang_specific_parameters() {
test -z "$FONTS" && FONTS=( "${OLD_GEORGIAN_FONTS[@]}" ) ;;
kir ) test -z "$FONTS" && FONTS=( "${KYRGYZ_FONTS[@]}" )
TRAINING_DATA_ARGUMENTS=" --infrequent_ratio=100" ;;
kmr ) test -z "$FONTS" && FONTS=( "${KURDISH_FONTS[@]}" ) ;;
kmr ) test -z "$FONTS" && FONTS=( "${LATIN_FONTS[@]}" ) ;;
kur_ara ) test -z "$FONTS" && FONTS=( "${KURDISH_FONTS[@]}" ) ;;

*) err_exit "Error: ${lang} is not a valid language code"
Expand Down

0 comments on commit d47b0d5

Please sign in to comment.