aloisdeniel / flutter_sheet_localization

Generate Flutter localization from a simple online Google Sheets.
283 stars 81 forks source link

Dynamic labels with the same variable. #36

Open njovy opened 3 years ago

njovy commented 3 years ago

Using the same label more than once causes an error with the latest version.

aloisdeniel commented 3 years ago

Do you talk about conditions label?

Could you elaborate more or give an example?

njovy commented 3 years ago

@aloisdeniel If a given translation is Hello {{name}}. Thank you. {{name}}, an error appears. I can simply rename the dynamic label, name to name1, name2 but it would be cool if we can use the same variable multiple times.