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

Commit c53d8923 authored by Akhil's avatar Akhil 🙂
Browse files

Removed l10n translations(unnecessary translations)

parent 21a1d0ae
Loading
Loading
Loading
Loading

eelo/core/l10n/de.json

deleted100755 → 0
+0 −5
Original line number Diff line number Diff line
{
  "translations": {
    "Username or email" : "Email (zB name@e.email)"
  }
}

eelo/core/l10n/en.js

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
OC.L10N.register(
    "core",
    {
        "Username or email" : "Email (eg user@e.email)"
    },
    "nplurals=2; plural=(n != 1);"
);

eelo/core/l10n/en.json

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
{ 
    "translations": {
        "Username or email" : "Email (eg user@e.email)"
    },
    "pluralForm" :"nplurals=2; plural=(n != 1);"
}
 No newline at end of file

eelo/core/l10n/fr.json

deleted100755 → 0
+0 −5
Original line number Diff line number Diff line
{
  "translations": {
    "Username or email" : "Email (ex: nom@e.email)"
  }
}