easy_localization icon indicating copy to clipboard operation
easy_localization copied to clipboard

When using Icelandic (is), the automatically generated code conflicts with the keyword 'is'

Open qlang122 opened this issue 9 months ago • 0 comments

Automatically generated code through JSON files may conflict with language keywords.

like: json file is is.json

static const Map<String,dynamic> is = { //.... };

Illegal variable name.

Attempted to use for escape, but the language does not support it.

image

qlang122 avatar May 23 '24 03:05 qlang122