Migrate translations to keys and switch to Localazy (#26106)
This commit is contained in:
parent
00803950bf
commit
c525b633bd
98 changed files with 2327 additions and 1922 deletions
|
@ -85,6 +85,6 @@ export default abstract class VectorBasePlatform extends BasePlatform {
|
|||
* device Vector is running on
|
||||
*/
|
||||
public getDefaultDeviceDisplayName(): string {
|
||||
return _t("Unknown device");
|
||||
return _t("unknown_device");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue