Small fixes

This commit is contained in:
barsdeveloper
2022-01-08 18:57:37 +01:00
parent a6ff4161e8
commit 41b741e8b8
12 changed files with 175 additions and 116 deletions

View File

@@ -2,6 +2,7 @@ import Entity from "./Entity"
export default class LocalizedTextEntity extends Entity {
static lookbehind = "NSLOCTEXT"
static attributes = {
namespace: String,
key: String,