parseARB function
Parses .arb files to Translation.
The filename
is the main language.
Implementation
Translation parseARB(String filename) {
throw UnimplementedError();
}
Parses .arb files to Translation.
The filename
is the main language.
Translation parseARB(String filename) {
throw UnimplementedError();
}