Skip to content

Commit

Permalink
Translations for email features added (sendanor/project-sendanor.fi#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaakko Heusala committed Sep 5, 2024
1 parent 503140e commit ad68c86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions store/constants/storeTranslation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ export function getInventoryStateTranslationKey (type: InventoryState | undefine
export const T_COMMON_TRAFFIC_MONTHLY = "common.traffic.monthly";
export const T_COMMON_BYTE_SHORT = "common.byte.short";
export const T_COMMON_PIECE = "common.piece";
export const T_COMMON_PER_DAY_PIECE = "common.piecePerDay";
export const T_COMMON_VALUE_PIECES = "common.valuePiece";
export const T_COMMON_VALUE_PIECES_PER_DAY = "common.valuePiecePerDay";

export function getNetworkTypeFeatureTranslation (networkType: NetworkType): string {
return `networkType.${networkType}`;
Expand Down

0 comments on commit ad68c86

Please sign in to comment.