aboutsummaryrefslogtreecommitdiffstats
path: root/src/App.js
diff options
context:
space:
mode:
authorRiza Ergun <re@rizaergun.com>2021-07-27 01:38:17 +0300
committerGitHub <noreply@github.com>2021-07-26 15:38:17 -0700
commite688d6845bfb4bb825294e569545923988682f47 (patch)
treeffa164550beb601bf05b1b10df187a0ab4626676 /src/App.js
parent2ce60d89bd81080e7a6ed8e64e1f1ac4ed053b61 (diff)
added turkish language (#114)
* added turkish language * minor changes * run make fmt.write * updated readme for turkish language * missign the trailing * fixed language name
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 5fdb388..2020d30 100644
--- a/src/App.js
+++ b/src/App.js
@@ -46,6 +46,7 @@ function App() {
46 <option value="nl-NL">Nederlands</option> 46 <option value="nl-NL">Nederlands</option>
47 <option value="fr-FR">French - FR (Français)</option> 47 <option value="fr-FR">French - FR (Français)</option>
48 <option value="pt-BR">pt-BR</option> 48 <option value="pt-BR">pt-BR</option>
49 <option value="tr-TR">Turkish (Türkçe)</option>
49 </select> 50 </select>
50 </div> 51 </div>
51 52