KingWu / gen_lang

gen_lang is a dart library for internationalization. Extracts messages to generate dart files required by Intl, inspired by Intl_translation and Flutter i18n
BSD 2-Clause "Simplified" License
100 stars 23 forks source link

Feature request: commenting #18

Open jonasN5 opened 4 years ago

jonasN5 commented 4 years ago

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?