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
Update "already translated" state in the items list when the current item has been translated
Show infos about what has been translated already (stats on dashboard and "is translated" marker in item selector)
Cache an array with hashes as keys and file names as items (not sure if this is really necessary)
Translate the app
Do not use var_export() to export the arrays but write a custom method with better formatting
AJAXify choosing an item (=use AJAX to load the item instead of reloading the whole page)
Make the application work is JS is disabled (not very likely to happen) UPDATE: Not happening
Create a layer between the original translation files and the file output. Might be useful if we want to add meta information,for example the user ID of the creater of a translation.
Escape line breaks when writing them to translation files (just calling addcslashes() is not enough!)
"Auto-Translate" button (to force DeepL to translate again)
Todo:
Important: Protect links ("a" element) against CSRF attacks by adding the CSRF token
Login issue
Mobile optimization
The text was updated successfully, but these errors were encountered:
Ideas:
and "is translated" marker in item selector)Do not use var_export() to export the arrays but write a custom method with better formattingMake the application work is JS is disabled (not very likely to happen) UPDATE: Not happeningTodo:
Important: Protect links ("a" element) against CSRF attacks by adding the CSRF tokenLogin issueMobile optimizationThe text was updated successfully, but these errors were encountered: