aissat / easy_localization

Easy and Fast internationalizing your Flutter Apps
https://pub.dev/packages/easy_localization
MIT License
881 stars 312 forks source link

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

Open qlang122 opened 1 month ago

qlang122 commented 1 month ago

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