about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/locales/en.js
AgeCommit message (Collapse)Author
2022-12-21Change locales file generation to use JSON sources (#2028)Claire
* Change locales file generation to use JSON sources Instead of inheriting in JS files, set locale inheritance in the theme's YML file, and inherit in the generated locale file, rather than the source file. * Convert glitch-soc JS translation files to JSON Obtained running the following: ```sh sed -i -z "s/import inherited from '.*';\s*\nconst messages = //" *.js sed -i "s/\s*\/\/.*//" *.js sed -i -z "s/;\s*export default .*/\n/" *.js for i in *.js; do json5 $i | json_pp > ${i}on; done ``` * Change `yarn manage:translations` to exclude any translation already defined upstream * Run yarn manage:translations
2022-12-20Add missing translation keys (#2010)Plastikmensch
* Add missing locale keys Added missing translation keys to en.js to make translation easier and more complete. Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com> * Remove translation keys for explore Have been added to vanilla in #2014 Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com> * Remove unused key Sorry, originally worked on this on my custom fork, which has this key, before I decided to work on glitch. Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com> Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
2018-09-30Add option to hide action bar in collapsed tootsSpencer Alves
2018-01-08Show SENSITIVE tag on sensitive images (#267)kibigo!
2018-01-05Threaded mode~kibigo!
2017-12-19Add en and jancls7615
2017-12-10use single quotes in locale entrycwm
2017-12-10pulled master, moved locale entry to new locationcwm
2017-12-10Linting fixeskibigo!
2017-12-10Javascript intl8n flavour supportkibigo!