Daniel Lockyer
b8b2f20f03
Updated i18n keys
...
- these had become out of sync with the ones Portal uses
2023-08-31 10:38:19 +02:00
Simon Backx
e9703f6a15
✨ Extended translations beta to comments ( #17801 )
...
refs https://github.com/TryGhost/Product/issues/3504
2023-08-24 10:33:03 +02:00
Simon Backx
375a6d37c2
Added support for i18n in comments-ui ( #17797 )
...
refs https://github.com/TryGhost/Product/issues/3504
- This adds support for translations, but doesn't yet translate every
possible string in the app.
- Only active if beta translations is enabled
2023-08-23 13:57:37 +00:00
Simon Backx
4f604af744
🐛 Fixed translations with spaces missing in signup-form
...
refs https://ghost.slack.com/archives/C02G9E68C/p1692784819620269
refs https://github.com/TryGhost/Product/issues/3504
- Somehow, when using i18n in TypeScript, the require will put some of the keys into 'default' and not into the root. Mainly all keys that have a space in them. Couldn't find any documentation about this
- The solution is to also add 'default' to the keys that are being used in the code
This change also fixes the translate script (wasn't updated for updated paths), includes the missing translations, and already adds comments to lookup translation strings
2023-08-23 15:11:41 +02:00
Martijn Burger
50147c6a67
Updated Dutch translations ( #17622 )
...
refs https://github.com/TryGhost/Team/issues/2795
2023-08-23 13:29:01 +02:00
Daniel Lockyer
e47626913d
Updated Dutch translations
...
refs https://github.com/TryGhost/Team/issues/2795
2023-06-23 08:42:15 +02:00
Sanne de Vries
6cdaf04fcd
Updated NL translations for Portal and Signup Form
...
No ref
2023-06-09 10:53:22 +02:00
Sam Lord
ee274deae6
Added context strings to all new translatable strings
...
refs: https://github.com/TryGhost/Ghost/issues/16628
Modified a couple of translation strings to reduce complexity and remove duplication
2023-05-30 16:03:32 +01:00
Sam Lord
7bdb98ff9d
Added empty translations for all locales
...
refs: https://github.com/TryGhost/Ghost/issues/16628
2023-05-25 16:48:56 +01:00
Daniel Lockyer
a97335f7f4
Removed translations for "Powered by Ghost"
...
refs https://github.com/TryGhost/Team/issues/2795
refs https://ghost.slack.com/archives/CFH10N79S/p1681131575137019?thread_ts=1680206445.643819&cid=CFH10N79S
- we want to keep this in English so this commit removes the
translation wrapper and associated translations
2023-04-10 15:13:49 +02:00
Daniel Lockyer
722d22db1c
Fixed broken word in Dutch translations
...
refs https://github.com/TryGhost/Team/issues/2795
- `spam folder` should be two separate words in English but this was
mistakenly changed
2023-04-06 19:51:21 +02:00
Sanne de Vries
d11fca906c
Updated Dutch translations
...
No ref
2023-04-03 10:20:12 +02:00
Sanne de Vries
f568d29119
Updated Dutch translations
...
No ref
2023-04-01 16:01:56 +02:00
Simon Backx
8a44e49c05
Added Dutch locale to Portal ( #16459 )
...
refs https://github.com/TryGhost/Team/issues/2795
Dutch translations for portal.json.
2023-03-30 10:02:25 -04:00
Daniel Lockyer
6d8ca23625
Added support for namespaces to i18n package
...
refs https://github.com/TryGhost/Ghost/issues/15502
- this adds support for namespaces to the i18n package so we can
separate translations for different packages
2023-03-01 10:24:08 +01:00