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
Hi! In constellations.json I've tried to add new properties (for example, "ua":"name1", "ua":"name2" etc.) to some constellations and then applying config.lang = "ua". But that doesn't seem to work. Any help would be much appreciated
The text was updated successfully, but these errors were encountered:
For security purposes the language setting is checked in config.js against a list of all available languages and only applied when it appears in it.
So if you add the line "ua": "Ukrainian" to the object 'formats' under "constellations" -> "iau" -> "names", it should work.
And if you are successful, please add the changes as a pull request, it would be a very welcome addition.
I tried adding Kiswahili to the constellation names and when I set lang: 'sw' it works as intended, set all object names for which the selected language is available to it (in this case only constellations).
If it doesn't work for you, I'd need to see some code to check it out.
Hi! In constellations.json I've tried to add new properties (for example, "ua":"name1", "ua":"name2" etc.) to some constellations and then applying config.lang = "ua". But that doesn't seem to work. Any help would be much appreciated
The text was updated successfully, but these errors were encountered: