Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module import fails under German localization #78

Open
phish108 opened this issue Apr 18, 2024 · 1 comment
Open

Module import fails under German localization #78

phish108 opened this issue Apr 18, 2024 · 1 comment

Comments

@phish108
Copy link

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.

@phish108
Copy link
Author

phish108 commented Apr 18, 2024

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 :(

(a minimal example is available here).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant