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
during a small coding-session, I wrote a small translation tool, providing a simple yet powerful GUI to translate OFFLINE\Mall (and theoretically also other extensions) with ease and tailwind-flavoured-style.
Screenshot
Features
1. See current translation state
2. Switch between the different translation files ... and translate the single strings
3. Show Code-References where the locale keys are used
4. Dark Mode, of course
Installation Guide
The current version requires node.js v18+ and PHP v5.4+ installed on your computer. If that's the case, just do a simple
npm i
within the plugins/offline/mall root directory to install the required development-dependencies. Then start the development server and vite process using
npm run translate
Now you can access the translation GUI by visiting http://localhost:3005 (not 3006, that's just the VITE asset server).
Warning
This Translation tool has not been expensively tested yet, thus some bugs or performance issues may still occur. I'd love to here from you, to get this tool as stable and usable as possible.
Also keep in mind, that changes done within the interface are written directly to the PHP files. So you should back-up / git your files in case of an emergency... deletion. or something.
~ Sam
The text was updated successfully, but these errors were encountered:
Hello,
during a small coding-session, I wrote a small translation tool, providing a simple yet powerful GUI to translate OFFLINE\Mall (and theoretically also other extensions) with ease and tailwind-flavoured-style.
Screenshot
Features
1. See current translation state
2. Switch between the different translation files ... and translate the single strings
3. Show Code-References where the locale keys are used
4. Dark Mode, of course
Installation Guide
The current version requires node.js v18+ and PHP v5.4+ installed on your computer. If that's the case, just do a simple
within the
plugins/offline/mall
root directory to install the required development-dependencies. Then start the development server and vite process usingNow you can access the translation GUI by visiting
http://localhost:3005
(not 3006, that's just the VITE asset server).Warning
This Translation tool has not been expensively tested yet, thus some bugs or performance issues may still occur. I'd love to here from you, to get this tool as stable and usable as possible.
Also keep in mind, that changes done within the interface are written directly to the PHP files. So you should back-up / git your files in case of an emergency... deletion. or something.
~ Sam
The text was updated successfully, but these errors were encountered: