aboutsummaryrefslogtreecommitdiffstats
path: root/src/App.js
diff options
context:
space:
mode:
authorBen Woodward <ben@bdw.to>2021-07-29 09:46:41 -0700
committerGitHub <noreply@github.com>2021-07-29 09:46:41 -0700
commit605691152ac93b87f2310943b1df89f59cd38db0 (patch)
tree37c04ea37b99deeda165628a9f413d0a1c3a1393 /src/App.js
parent00ff350cd7b84509e1e20d05ce36b87f3b8bc70f (diff)
German translation (#140)
* added de-DE translations * updated sentence which links to the source code in the previous commit the sentence needs an 'an' behind the 'source code' so i altered the sentence to fit the layout * de-DE improvements changed source code to Quellcode Co-authored-by: Andanan <dev.andanan@e.mail.de> * de-DE improvements Co-authored-by: Andanan <dev.andanan@e.mail.de> * de-DE improvements Co-authored-by: Andanan <dev.andanan@e.mail.de> * fix lint Co-authored-by: Andanan <dev.andanan@e.mail.de> * improved the de-DE translation * Update src/i18n.js Co-authored-by: Andanan <dev.andanan@e.mail.de> * Complete German translation Co-authored-by: Chris Winter <chris-winter@live.de> Co-authored-by: Andanan <dev.andanan@e.mail.de>
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 ce41db5..54f8299 100644
--- a/src/App.js
+++ b/src/App.js
@@ -49,6 +49,7 @@ function App() {
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 <option value="ca">Catalan (català)</option>
52 <option value="de-DE">German (Germany)</option>
52 </select> 53 </select>
53 </div> 54 </div>
54 55