New LinkStack release (version 4.1.1)
The Translation Update
+ Hotfix
New additions:
- Added translation support
- Added fix for custom button favicons timing out the page
- Added option in text fields to open links in a new tab
Added translation support
This update finally added full translation support to the LinkStack app.
The team rewrote the entire app to make this possible.
Currently, supported languages:
- German @LinkStackOrg/staff
- French @cedriclocqueneux
How to use translations:
After the update, you will find a new section on your config page.
By clicking on the "Language" button or scrolling to the bottom of the page, you can select your desired language.
Automatic translation:
To automatically translate your app, add your desired language code(s) to your .env config as such:
LOCALES="de, es, pt, zh, ms"
Then run the command php artisan translate
to auto translate your app.
Note: as of now, this is an experimental feature.
Become a translator
Special thanks to @lastsamurai26
Added fix for custom button favicons timing out the page
Fixed issue where the internal favicons system caused user pages to time out, making them inaccessible.
Added option in text fields to open links in a new tab
Users can now select for links in text fields to open in a new tab.