i18n mistake
Don't put context info in values; only in keys. It was appearing in Transifex. Oops
This commit is contained in:
parent
d07dded5a7
commit
a2adddc2b8
1 changed files with 2 additions and 2 deletions
|
@ -1993,8 +1993,8 @@
|
||||||
"Tipped": "Tipped",
|
"Tipped": "Tipped",
|
||||||
"Fromage": "Fromage",
|
"Fromage": "Fromage",
|
||||||
"Item %action% Watch Later": "Item %action% Watch Later",
|
"Item %action% Watch Later": "Item %action% Watch Later",
|
||||||
"added to --[substring for \"Item %action% Watch Later\"]--": "added to --[substring for \"Item %action% Watch Later\"]--",
|
"added to --[substring for \"Item %action% Watch Later\"]--": "added to",
|
||||||
"removed from --[substring for \"Item %action% Watch Later\"]--": "removed from --[substring for \"Item %action% Watch Later\"]--",
|
"removed from --[substring for \"Item %action% Watch Later\"]--": "removed from",
|
||||||
"In Watch Later": "In Watch Later",
|
"In Watch Later": "In Watch Later",
|
||||||
"Item added to Watch Later": "Item added to Watch Later",
|
"Item added to Watch Later": "Item added to Watch Later",
|
||||||
"Your publish is being confirmed and will be live soon": "Your publish is being confirmed and will be live soon",
|
"Your publish is being confirmed and will be live soon": "Your publish is being confirmed and will be live soon",
|
||||||
|
|
Loading…
Reference in a new issue