Commit Graph

13 Commits

Author SHA1 Message Date
Alexander Skvortsov
4cb95b1869 Translate emails for subscriptions (#168) 2020-09-30 15:52:49 -04:00
Alexander Skvortsov
f779e2b7b7 Add meta title to following page (#159)
Refs flarum/core#495, flarum/subscriptions#23.
2020-06-03 12:46:27 +02:00
dcsjapan
ae3fab8a34 Adjust ID key name and move API key
- Adjusts the key for the "Follow after reply" setting.
- Supports flarum/flarum-ext-subscriptions/pull/10.
- Moves `api` section below `views`.
2016-06-04 18:26:46 +09:00
Toby Zerner
d8cbe8a440 Update subscriptions setting translation; remove unused translation 2016-03-07 23:05:59 +10:30
Maël Soucaze
162d82e2df Sort language keys by firstname (alphabetically) 2015-12-27 20:16:18 +01:00
Peter Mein
3ced3d377f Moved english to package yml 2015-12-26 22:09:27 +01:00
dcsjapan
42eb6e3c43 English revamp for i18n docs
- Moves `ref` below `email`, adjacent to `group`.
- Deletes block comment for `email` namespace.
- Adds detail to block comment for `group`.
- Changes "string" to "translation" in all files.
2015-11-28 13:48:02 +09:00
Toby Zerner
850ba9fdc0 Add translation for "Follow" button tooltip 2015-11-03 17:18:18 +10:30
Maël Soucaze
5ff4c1fd64 Quote values with special or reserved characters
Quotes are required when the string contains special or reserved
characters (`:`, `{`, `}`, `[`, `]`, `,`, `&`, `*`, `#`, `?`, `|`, `-`,
`<`, `>`, `=`, `!`, `%`, `@`, and `\`).

See:
http://symfony.com/doc/current/components/yaml/yaml_format.html#strings
2015-10-28 14:26:56 +01:00
dcsjapan
80de9f95c5 Reorganize key names for Tags
See [flarum/core #265](https://github.com/flarum/core/issues/265).

- Adjusts key names to three-tier namespacing.
- Adds newly extracted strings.
- Adds commenting to match core.
- Supports https://github.com/flarum/tags/pull/22.
- (Also adjusts one string in **flarum-subscriptions.yml**.)
2015-10-23 10:11:34 +09:00
dcsjapan
bb4ea25842 Reorganize key names for Subscriptions
See [flarum/core #265](https://github.com/flarum/core/issues/265).

- Adjusts key names to three-tier namespacing.
- Adds newly extracted strings.
- Adds commenting to match core.
2015-10-22 15:19:50 +09:00
Toby Zerner
1f5269d874 Namespace extension translations
Also update with the new plural syntax
2015-10-16 12:35:05 +10:30
Toby Zerner
d2cb4c2d77 Add some bundled extension translations
But the key names are still yet to be redone.
2015-10-03 16:24:08 +09:30