helper/arb_helper library
Functions
-
mergeARBs(
String arb1Contents, String arb2Contents) → String - Merges two ARB (Application Resource Bundle) files.
-
sortARB(
String arbContents, {int compareFunction(String, String)?, bool caseInsensitive = false, bool naturalOrdering = false, bool descendingOrdering = false}) → String - Sorts the .arb formatted String in alphabetical order of the keys.