diff options
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 4 | ||||
| -rw-r--r-- | src/i18n/fr.json | 4 | 
2 files changed, 8 insertions, 0 deletions
| diff --git a/src/i18n/en.json b/src/i18n/en.json index 3fa93ca..d1d48e5 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -583,6 +583,10 @@      "defaultMessage": "{topicsCount, plural, =0 {Related topics} one {Related topic} other {Related topics}}",      "description": "RelatedTopics: widget title"    }, +  "w0UfY0": { +    "defaultMessage": "Code blocks:", +    "description": "PrismThemeToggle: toggle label" +  },    "w1nIrj": {      "defaultMessage": "Off",      "description": "ReduceMotion: toggle off label" diff --git a/src/i18n/fr.json b/src/i18n/fr.json index 2ac3ff3..85cfb3d 100644 --- a/src/i18n/fr.json +++ b/src/i18n/fr.json @@ -583,6 +583,10 @@      "defaultMessage": "{topicsCount, plural, =0 {Sujets liés} one {Sujet lié} other {Sujets liés}}",      "description": "RelatedTopics: widget title"    }, +  "w0UfY0": { +    "defaultMessage": "Blocs de code :", +    "description": "PrismThemeToggle: toggle label" +  },    "w1nIrj": {      "defaultMessage": "Arrêt",      "description": "ReduceMotion: toggle off label" | 
