Add basic options with about/donate/story/license pages, refactor frontend for reuse, improve automated translations

Repository details (talkie)
Project page
talkie
Project log category
(588 entries)
Repository
@joelpurra/talkie
Owner
@joelpurra
Contributors
Contributors on Github
Project status
⏲️ This project has had recent commits.
📂 This project is open.
🌠 This project is popular.
Repository activity period
🗓
Commits
630 commits
Stars
69 stars
Commit details (9e38ec18)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Add basic options with about/donate/story/license pages, refactor frontend for reuse, improve automated translations

Raw text
Add basic options with about/donate/story/license pages, refactor frontend for reuse, improve automated translations

Changed files (40)

Path Additions Deletions
_locales/da/automatic.json +136 -27
_locales/da/messages.json +99 -21
_locales/de/automatic.json +136 -27
_locales/de/messages.json +99 -21
_locales/en/base.json +83 -14
_locales/en/messages.json +98 -20
_locales/en/untranslated.json +9 -0
_locales/es/automatic.json +136 -27
_locales/es/messages.json +99 -21
_locales/fr/automatic.json +136 -27
_locales/fr/messages.json +99 -21
_locales/he/automatic.json +136 -27
_locales/he/messages.json +106 -28
_locales/he/override.json +6 -3
_locales/it/automatic.json +136 -27
_locales/it/messages.json +99 -21
_locales/nb/automatic.json +136 -27
_locales/nb/messages.json +99 -21
_locales/nl/automatic.json +136 -27
_locales/nl/messages.json +99 -21
_locales/ru/automatic.json +136 -27
_locales/ru/messages.json +99 -21
_locales/sv/automatic.json +136 -27
_locales/sv/messages.json +98 -20
_locales/sv/override.json +16 -16
_locales/zh/automatic.json +136 -27
_locales/zh/messages.json +99 -21
manifest.json +4 -0
resources/style/options.css +13 -0
resources/style/popup.css +2 -65
resources/style/shared.css +95 -0
src/options.html +154 -0
src/options.js +110 -0
src/popup-start.html +33 -10
src/popup-start.js +48 -130
src/shared-frontend.js +191 -0
src/shared.js +99 -29
src/tabrow.js +141 -0
tools/automate-translations.sh +2 -1
tools/translate-messages.sh +21 -26

Commit categories (3)