Update i18n (#75)

* Update i18n

* Remove ToDo.
pull/78/head
Oaddy 2 years ago committed by GitHub
parent af2dfdec89
commit fd5542e1fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -148,6 +148,11 @@
"note": "Automatically update repos and modules every hour"
},
"new_module_notifications": {
"title": "New Module Notifications",
"note": "Shows a toast each time a new module is added to the Store"
},
"goosemod_badges": {
"title": "GooseMod Badges",
"note": "Shows GooseMod's badges"

@ -139,8 +139,8 @@ export default (goosemodScope, gmSettings, Items) => {
{
type: 'toggle',
text: 'New Module Notifications', // todo: i18n
subtext: 'Shows a toast each time a new module is added to the Store', // todo: i18n
text: '#settings.items.new_module_notifications.title#',
subtext: '#settings.items.new_module_notifications.note#',
onToggle: (c) => changeSetting('newModuleNotifications', c),
isToggled: () => gmSettings.newModuleNotifications

Loading…
Cancel
Save