As you know l10n files can get quite large and hard to maintain. As the number of strings increase it gets difficult to remember which page/widget tthey are used in.
There is an outstanding issue in Flutter that requests splitting up ARB files. In the meantime, we are using the syntax described here to organize our ARB file.
Hello,
As you know l10n files can get quite large and hard to maintain. As the number of strings increase it gets difficult to remember which page/widget tthey are used in.
There is an outstanding issue in Flutter that requests splitting up ARB files. In the meantime, we are using the syntax described here to organize our ARB file.
Example:
The values with prefix
@_
are used as dividers since JSON doesn't support comments.Would it be possible to retain these lines during the auto translation flow?
This would help human translators navigate the generated auto translation file and fix issues.