nightTab
nightTab copied to clipboard
How to change the language?
I couldn't find a setting, that can change the language. If the language depends on the chrome language, then why this isn't working?
Desktop:
- OS: Windows 10 21H2
- Browser: Chrome
- Version: 96.0.4664.110
- nightTab version: 7.3.0
Hi, sorry but the app only supports English for now. Language support (WIP) is something I've been meaning to look into for a while.
I get a 404 error while loading the link. Anyway, if you need a Spanish translator, I would be pleased to help.
That link was to a branch that where the language support was being worked on that is now merged into main it seems. (note, that was about 5 months ago) Language support is almost done. Its live on the web version but not quite in the browser extension. Not sure whats preventing us from getting it in the extension. @zombieFox would probably be able to provide insight on this.
That's glad to hear, but web version? I never heard this before. Where i can see this version?
@MrFredber if you go to the main page on the github repo, you should see the link in the upper right as shown here
That spot on github is reserved for URLs relating to the project, so you'll usually find the webapp url there. If its not a webapp, you'll usually get the website relating to the project.
The web version is basically the demo/beta to any new features in development. This is because its super easy to deploy a new version for the web, meanwhile getting new versions for the extensions is a bit more time consuming and this way we can verify everything works from multiple devices easily.
(on a side note, ZombieFox handles extension releases. I'm just giving him a hand with issue replies 😄)
For those curious, once the language feature is fully added to the extensions, it'll look something like this:
Screenshot from the web version
(The transparent menu is due to the fact that when I take a screenshot the menu starts disappearing)
That being said, I don't have a timeline for you guys on when that'll be out.
Also no clue how ZombieFox got the translations, (maybe they're google translated? 🤷🏻) so we'd be more than happy if you wanted to help us improve the spanish version @OckhamOdyssey. I myself will probably take a look at the italian version at some point.
If you want to get your hands dirty already, you can either use the web version then cross refrencing this file https://github.com/zombieFox/nightTab/blob/main/src/locale/es/messages.json or using the file directly. Then if you want to contribute, feel free to make a PR.
Yes, I have seen the Language option on the web version. Doesn't seem natively translated, at least in Spanish. Also, the greetings and the day of the week is not translated.
The bulk of the language support is now merged in to main. This means following the Chrome i18n spec.
Language select now works in nightTab - text strings are pulled from the appropriate locale message JSON.
However after merging I discovered the build process bundle two copies of the message JSON files into the extension. This problem is still being investigated. Until this is resolved I can't update the browser extensions.
Also, the greetings and the day of the week is not translated.
These header elements are not likely to be translated as the syntax for different languages plus the customisation of the header strings is too complex to support.