Releases: FriendsOfFlarum/linguist
Releases · FriendsOfFlarum/linguist
1.1.2
1.1.1
What's Changed
- Bump json5 from 2.2.1 to 2.2.3 in /js by @dependabot in #41
- Bump webpack from 5.75.0 to 5.76.0 in /js by @dependabot in #42
- Add prefix filter (& permission to view string keys) by @iPurpl3x in #43
Full Changelog: 1.1.0...1.1.1
1.1.0
- No longer require English to be enabled to see strings that exist in no language packs.
- Apply customized English texts as fallback even if English is disabled (when the key doesn't exist in the target language).
- Immediately refresh the customized translations when debug is enabled instead of prompting to clear the cache.
Webpack 5 and backoffice exports
- Compiled javascript with Webpack 5 for smaller dist files
- Exported components into the
backoffice
frontend for use by extension developers
This update requires Flarum 1.2+
Bugfix
API endpoints to get a single StringKey or Strings for a single key
1.0.2 Added API endpoints to get a single StringKey or Strings for a single…
Flarum/core 1.0 ready
Flarum 1.0 update (#28) * Update for Flarum 1.0 * Add clear cache message after an import
Flarum beta 16 compatibility
Adds compatibility for Flarum beta 16
Export, Import, Coverage and more
- Added Yaml export feature
- Added Yaml import feature
- Added coverage report
- Added frontend filter
- Added more options to missing translations filter
- Added mass delete actions
- Improved extension filter to also list unrecognized namespaces
Update sponsored by Glowing Blue
Beta 13 backport
- Backport fix for #22 for beta 13