You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The switch Edit formulas in English solves the problem with the examples. But if a module is written in a different locale than this won't get imported :(
When importing the examples in AFE with a different localization, the example modules will fail to load due function names and separators errors.
It would be nice, if module authors could tag their localization of their module and AFE would translate the formulas as regular Excel Workbooks do.
Such a feature would simplify sharing modules in communities with different localizations.
A Pragma like
// @lang=de
or (because german is complicated)// @lang=de-ch
could do the trick.Maybe such feature already exists, but I did not find the examples.
The text was updated successfully, but these errors were encountered: