Skip to content

Commit 6ba4774

Browse files
committed
Add Greek to translation check tool
1 parent 17673a8 commit 6ba4774

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/translation/check.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ int main(void)
2525
check_language("Simplified Chinese", LANGUAGE_SIMPLIFIED_CHINESE);
2626
check_language("Traditional Chinese", LANGUAGE_TRADITIONAL_CHINESE);
2727
check_language("Czech", LANGUAGE_CZECH);
28+
check_language("Greek", LANGUAGE_GREEK);
2829
return 0;
2930
}

0 commit comments

Comments
 (0)