diff options
author | Sasha Sorokin <dafri.nochiterov8@gmail.com> | 2019-12-01 13:08:40 +0700 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-12-01 07:08:40 +0100 |
commit | c8d82ef3c3cb6ef3be34787c28d1c6bf8edae441 (patch) | |
tree | 709edaea16f6405cb8e69055960ece8c536a84d0 /config/locales | |
parent | ed73376f1ca7ef5e254a3ec21e1ead85b2d34fd6 (diff) |
Split relationships page strings (#12502)
Before this moment relationships managing page was using strings from other context - from counters, but in order for translators to be able to translate it relatively to the page, it must use separate strings. I've split the strings for "Following" and "Followers" and put them to "relationships" keyset in localization file. This should solve this issue. Fixes #10863
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index e69b3596f..d498f6ce3 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -925,6 +925,8 @@ en: relationships: activity: Account activity dormant: Dormant + followers: Followers + following: Following last_active: Last active most_recent: Most recent moved: Moved |