Skip to content

Commit de25172

Browse files
committed
i18n [nfc]: Remove unused "Write a message..." string from messages_en.json
`git grep` confirms that this string doesn't actually appear in UI code. See the investigation that flagged this string: https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/Strings.20in.20messages_en.2Ejson.20but.20not.20in.20the.20app/near/1425314 The string looks to have been present in this file since commit ab19d1b. …but, huh, seems like it was never actually used in the UI. The following command comes up empty: git log -S 'Write a message...' -- . ':!static/translations' ':!src/i18n/translations' i.e., show commits that added or removed occurrences of the string, ignoring changes in `static/translations` and `src/i18n/translations` (the latter being the old path before it was changed to the former).
1 parent 205732c commit de25172

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

static/translations/messages_en.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@
116116
"This will log out {email} on {realmUrl} from the mobile app on this device.": "This will log out {email} on {realmUrl} from the mobile app on this device.",
117117
"Add new account": "Add new account",
118118
"All streams": "All streams",
119-
"Write a message...": "Write a message...",
120119
"Email": "Email",
121120
"Username": "Username",
122121
"Password": "Password",

0 commit comments

Comments
 (0)