parseARB function

Translation parseARB(
  1. String filename
)

Parses .arb files to Translation. The filename is the main language.

Implementation

Translation parseARB(String filename) {
  throw UnimplementedError();
}