Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 633637f2 authored by Akhil's avatar Akhil 🙂
Browse files

Merge branch 'dev/undo-other-changes' into 'main'

Added pluralform to all required files

See merge request !177
parents 49c615de f6b3a07f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3,4 +3,4 @@ OC.L10N.register(
    {
        "This directory is unavailable, please check the logs or contact the administrator": "Dieses Verzeichnis ist nicht verfügbar, bitte überprüfen Sie die Protokolle oder kontaktieren Sie Murena Cloud unter helpdesk@murena.com."
    },
"");
    "nplurals=2; plural=(n != 1);");
+1 −1
Original line number Diff line number Diff line
@@ -2,5 +2,5 @@
    "translations": {
        "This directory is unavailable, please check the logs or contact the administrator": "Dieses Verzeichnis ist nicht verfügbar, bitte überprüfen Sie die Protokolle oder kontaktieren Sie Murena Cloud unter helpdesk@murena.com."
    },
    "pluralForm": ""
    "pluralForm": "nplurals=2; plural=(n != 1);"
}
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -3,4 +3,4 @@ OC.L10N.register(
    {
        "This directory is unavailable, please check the logs or contact the administrator": "This directory is unavailable, please check the logs or contact Murena Cloud at helpdesk@murena.com."
    },
    "");
    "nplurals=2; plural=(n != 1);");
+1 −1
Original line number Diff line number Diff line
@@ -2,5 +2,5 @@
    "translations": {
        "This directory is unavailable, please check the logs or contact the administrator": "This directory is unavailable, please check the logs or contact Murena Cloud at helpdesk@murena.com."
    },
    "pluralForm": ""
    "pluralForm": "nplurals=2; plural=(n != 1);"
}
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -3,4 +3,4 @@ OC.L10N.register(
    {
        "This directory is unavailable, please check the logs or contact the administrator": "Este directorio no está disponible, por favor compruebe los registros o contacte con Murena Cloud en helpdesk@murena.com."
    },
    "");
    "nplurals=2; plural=(n != 1);");
Loading