Currently resource names are only converted to camel case (camel case also checks for allowed prefixes, so it adds "_" (underscore) if needed), but it's still possible that generated identifier is not valid
For example accessor property identifier for localized string with key "common.repeat" will be "repeat", which is a reserved keyword. Such identifiers should be wrapped in "`" (backticks)
Currently resource names are only converted to camel case (camel case also checks for allowed prefixes, so it adds "_" (underscore) if needed), but it's still possible that generated identifier is not valid
For example accessor property identifier for localized string with key "common.repeat" will be "repeat", which is a reserved keyword. Such identifiers should be wrapped in "`" (backticks)