Skip to content

Commit

Permalink
update Italian
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Nov 13, 2024
1 parent 81d2a38 commit cbe3bad
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 866 deletions.
6 changes: 3 additions & 3 deletions src/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ export const SIGN_OUT_URL = new URL(DC_LOGOUT, DC_BASE).toString();

export const LANGUAGES = [
["US English", "en", "🇺🇸"],
["Deutsche", "de", "🇩🇪"],
["Español", "es", "🇪🇸"],
["Français", "fr", "🇫🇷"],
["Deutsche", "de", "🇩🇪"],
["українська", "uk", "🇺🇦"],
["русский", "ru", "🇷🇺"],
["Italiano", "it", "🇮🇹"],
["русский", "ru", "🇷🇺"],
["українська", "uk", "🇺🇦"],
];

export const CSRF_COOKIE_NAME = "csrftoken";
Expand Down
2 changes: 1 addition & 1 deletion src/langs/json/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"key": "Clé",
"keyValue": "Clé / Valeur",
"tagInfo": "Ajoutez des étiquettes personnalisées pour catégoriser vos documents.",
"eg": "p. ex.",
"eg": "p. ex.",
"exampleTagReport": "signaler",
"exampleTagLawsuit": "litige",
"exampleTagEmail": "courriel",
Expand Down
Loading

0 comments on commit cbe3bad

Please sign in to comment.