mirror of
https://github.com/tateisu/SubwayTooter
synced 2024-12-23 15:48:17 +01:00
add values-cy/strings.xml (Welsh / Cymraeg)
This commit is contained in:
parent
42020b9252
commit
b09efea3b6
6
app/src/main/res/values-cy/strings.xml
Normal file
6
app/src/main/res/values-cy/strings.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<resources>
|
||||
|
||||
|
||||
|
||||
</resources>
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user