feat(i18n): first shoot on translated errors

This commit is contained in:
Julien Froidefond
2025-02-27 15:05:44 +01:00
parent 41228e59bc
commit ea51ff53a9
14 changed files with 54 additions and 38 deletions

View File

@@ -14,7 +14,6 @@ export interface AuthState {
export interface AuthError {
code: ErrorCode;
message: string;
}
// Deprecated - Use ErrorCode from @/constants/errorCodes instead