aboutsummaryrefslogtreecommitdiffstats
path: root/src/App.js
diff options
context:
space:
mode:
authorBen Woodward <ben@bdw.to>2021-07-29 09:24:28 -0700
committerGitHub <noreply@github.com>2021-07-29 09:24:28 -0700
commit7c2071fbb3123be66d4468465e7528973e295918 (patch)
treec018b8f800baed75e063b84daf73c10cad234f25 /src/App.js
parent6c8668029bfb8920bd0f8b21b4f18121e0faa0a7 (diff)
Catalan translation (#138)
* Update i18n.js Catalan translation * Add Catalan credit Co-authored-by: Aniol <aneolus@gmail.com>
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.js b/src/App.js
index 928583c..ce41db5 100644
--- a/src/App.js
+++ b/src/App.js
@@ -48,6 +48,7 @@ function App() {
48 <option value="fr-FR">French - FR (Français)</option> 48 <option value="fr-FR">French - FR (Français)</option>
49 <option value="tr-TR">Turkish - Turkey (Türkçe)</option> 49 <option value="tr-TR">Turkish - Turkey (Türkçe)</option>
50 <option value="hi-IN">Hindi - India (हिन्दी)</option> 50 <option value="hi-IN">Hindi - India (हिन्दी)</option>
51 <option value="ca">Catalan (català)</option>
51 </select> 52 </select>
52 </div> 53 </div>
53 54