chore: remove some unused locale strings #255
Loading…
Reference in a new issue
No description provided.
Delete branch "unused-i18n"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I removed some locales that I could not find usages of in the client, backend or service worker. But I'm not sure if I missed a usage so would appreciate someone else checking.
Other than a few places, it seems fine.
@ -994,4 +883,2 @@
contributors: "Main contributors"
allContributors: "All contributors"
source: "Source code"
translation: "Translate FoundKey"
Wondering if we should re-add a link for translating FoundKey...
Mmh yeah didn't think about it, but it was probably just removed because we didn't have weblate set up at that point. Added back in
97233fab69
.@ -776,4 +682,2 @@
emailNotification: "Email notifications"
publish: "Publish"
inChannelSearch: "Search in channel"
useReactionPickerForContextMenu: "Open reaction picker on right-click"
Used here:
<FormSwitch v-model="useReactionPickerForContextMenu" class="_formBlock">{{ i18n.ts.useReactionPickerForContextMenu }}</FormSwitch>
@ -202,4 +179,0 @@
cpuAndMemory: "CPU and Memory"
network: "Network"
disk: "Disk"
instanceInfo: "Instance Information"
instanceInfo
is used in a few of places:@ -52,4 +47,2 @@
sendMessage: "Send a message"
copyUsername: "Copy username"
searchUser: "Search for a user"
reply: "Reply"
The
reply
string appears to be used in? i18n.ts.reply
dd801327f9
to2d4bc9c268