diff --git a/app/src/main/res/values-cy/strings.xml b/app/src/main/res/values-cy/strings.xml new file mode 100644 index 00000000..74719fe2 --- /dev/null +++ b/app/src/main/res/values-cy/strings.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/checkMissingTranslation.pl b/checkMissingTranslation.pl index 04b6d616..476c1d80 100644 --- a/checkMissingTranslation.pl +++ b/checkMissingTranslation.pl @@ -29,7 +29,8 @@ for my $file(@files){ } my $data = $xml->XMLin($file); if( not $data->{string} or ($data->{string}{content} and not ref $data->{string}{content} )){ - die "!! please make at least 2 string entries in $file\n"; + warn "!! please make at least 2 string entries in $file\n"; + next; } my %names;