fix: i18n rebase

This commit is contained in:
cihatata
2025-02-06 23:38:13 +03:00
committed by cihat
parent 7b6eed96f4
commit 4c92922d40
5 changed files with 26 additions and 10 deletions

View File

@@ -241,6 +241,15 @@ class StringService {
return this.translationService.getTranslation('statusPageCreate');
}
get statusPageDelete() {
return this.translationService.getTranslation('statusPageDelete');
}
get statusPageUpdate() {
return this.translationService.getTranslation('statusPageUpdate');
}
get statusPageNotFound() {
return this.translationService.getTranslation('statusPageNotFound');
}