From 5f604b3052dab1d51dc130df2470bf330b283ec6 Mon Sep 17 00:00:00 2001 From: ivar Date: Tue, 19 Mar 2024 01:02:22 +0100 Subject: Max lenghts on db schema Use latest temporal from cdn Implement majority of translation functionality Major refinements/bugs --- code/api/wwwroot/translations/no.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 code/api/wwwroot/translations/no.json (limited to 'code/api/wwwroot/translations/no.json') diff --git a/code/api/wwwroot/translations/no.json b/code/api/wwwroot/translations/no.json new file mode 100644 index 0000000..534f71f --- /dev/null +++ b/code/api/wwwroot/translations/no.json @@ -0,0 +1,6 @@ +{ + "general": { + "anErrorOccured": "En feil oppstod", + "tryAgainSoon": "Prøv igjen snart" + } +} -- cgit v1.3