Migrate more strings to translation keys (#11498)
This commit is contained in:
parent
9329b896b3
commit
6b3243b27b
89 changed files with 1495 additions and 1491 deletions
|
@ -176,7 +176,7 @@ export default class EmojiProvider extends AutocompleteProvider {
|
|||
}
|
||||
|
||||
public getName(): string {
|
||||
return "😃 " + _t("Emoji");
|
||||
return "😃 " + _t("common|emoji");
|
||||
}
|
||||
|
||||
public renderCompletions(completions: React.ReactNode[]): React.ReactNode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue