Skip to content

Commit

Permalink
feat(viewer): Remove useless locales
Browse files Browse the repository at this point in the history
These "locales" were only useful in Cordova's time
  • Loading branch information
Merkur39 committed Mar 7, 2024
1 parent 8f4b2e7 commit 476fe37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions react/Viewer/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
},
"generic": "An error occurred when opening this file, please try again.",
"missing": "This file is missing",
"network": "This file could not be loaded. Do you have a working internet connection right now?",
"noapp": "No application on your device can open this file with mime type: %{fileMime} ",
"offline": "You should be connected to open this file"
"network": "This file could not be loaded. Do you have a working internet connection right now?"
},
"goto": "Go to %{url}",
"next": "Next",
Expand Down
4 changes: 1 addition & 3 deletions react/Viewer/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
},
"generic": "Une erreur s'est produite lors de l'ouverture de ce fichier, veuillez réessayer.",
"missing": "Le fichier est manquant",
"network": "Ce fichier n'a pas pu être chargé. Avez-vous une connexion internet qui fonctionne actuellement ?",
"noapp": "Aucune application de votre appareil ne peut ouvrir ce fichier avec le type mime : %{fileMime} ",
"offline": "Vous devez être connecté pour ouvrir ce fichier"
"network": "Ce fichier n'a pas pu être chargé. Avez-vous une connexion internet qui fonctionne actuellement ?"
},
"goto": "Ouvrir %{url}",
"next": "Suivante",
Expand Down

0 comments on commit 476fe37

Please sign in to comment.