gen_lang is a dart library for internationalization. Extracts messages to generate dart files required by Intl, inspired by Intl_translation and Flutter i18n
When you deal with hundreds of strings, it's very useful to be able to organize them in blocks with comments. However, commenting inside Json is not supported. The IDE gives me the message "Use JSMin or similar tools to remove comments before parsing". Can something be done to support this?
When you deal with hundreds of strings, it's very useful to be able to organize them in blocks with comments. However, commenting inside Json is not supported. The IDE gives me the message "Use JSMin or similar tools to remove comments before parsing". Can something be done to support this?