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

Missing translation causing error #66

Open
edugovi opened this issue Nov 30, 2022 · 1 comment
Open

Missing translation causing error #66

edugovi opened this issue Nov 30, 2022 · 1 comment

Comments

@edugovi
Copy link

edugovi commented Nov 30, 2022

If you choose language "ca" (catalan), you get cheetah.generator errors:

  • ERROR weewx.cheetahgenerator: **** Reason: cannot find 'telemetry' while searching for 'telemetry'
  • ERROR weewx.cheetahgenerator: **** Reason: cannot find 'saturn' while searching for 'saturn'
  • ERROR weewx.cheetahgenerator: **** Reason: cannot find 'jupiter' while searching for 'jupiter'

It's fixed by adding translations in skin.conf [[ca]] section:
saturn = Saturn
jupiter = Júpiter
telemetry = Telemetria

@edugovi
Copy link
Author

edugovi commented Nov 30, 2022

PR:
#67

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