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
Add new resx storage format to support Windows applications.
Add new strings storage format to support Mac applications.
Add new Docker Image for PHPUnuhi to run it in a container without installing in your project
Add new version specific XSD files in the schema folder for upcoming releases
Add new services command to see all available default and custom services
Include new error hints for missing and empty keys, particularly when the base language may also lack the same translation. In such cases, this could be an expected behavior.
Add base locale indicator in terminal output of errors (next to the locale name).
Changed
Changed Interface of storage formats. A new function saveTranslation(Translation $translation, Locale $locale) is now required that allows to save a single translation in a specific locale.
The translate command will now use the new single-translation save function of storage formats. This means your translations will be updated directly during a long running translation process. Also if that fails, the processed translations will still be saved.
Fixed
Fixed problem where directories for reports couldn't be created if multiple subdirectories were missing.