Skip to content

Commit

Permalink
statuspage: Add fr translation
Browse files Browse the repository at this point in the history
  • Loading branch information
pschlan committed Oct 27, 2023
1 parent 71450ec commit 3fc3035
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions statuspage/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import useLanguageCode from './hooks/useLanguageCode';
import translationEN from './locales/en/translation.json';
import translationDE from './locales/de/translation.json';
import translationIT from './locales/it/translation.json';
import translationFR from './locales/fr/translation.json';
import translationRU from './locales/ru/translation.json';
import translationZhTW from './locales/zh_TW/translation.json';

Expand All @@ -33,6 +34,9 @@ const LANGUAGE_RESOURCES = {
it: {
translation: translationIT
},
fr: {
translation: translationFR
},
ru:{
translation: translationRU
},
Expand Down

0 comments on commit 3fc3035

Please sign in to comment.