add values-cy/strings.xml (Welsh / Cymraeg)

This commit is contained in:
tateisu 2018-10-25 08:32:38 +09:00
parent 42020b9252
commit b09efea3b6
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
</resources>

View File

@ -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;