From 76b0d4e4fedc44335c107986f1d74b430087d8cf Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Mon, 15 Jul 2024 20:00:24 -0400 Subject: [PATCH] locale: enable Turkish --- Contents/DefaultPrefs.json | 1 + scripts/_locale.py | 1 + 2 files changed, 2 insertions(+) diff --git a/Contents/DefaultPrefs.json b/Contents/DefaultPrefs.json index ea71bec5..91203691 100644 --- a/Contents/DefaultPrefs.json +++ b/Contents/DefaultPrefs.json @@ -149,6 +149,7 @@ "pt", "ru", "sv", + "tr", "zh" ] }, diff --git a/scripts/_locale.py b/scripts/_locale.py index 998e91b5..4e5c821c 100644 --- a/scripts/_locale.py +++ b/scripts/_locale.py @@ -29,6 +29,7 @@ 'pt', # Portuguese 'ru', # Russian 'sv', # Swedish + 'tr', # Turkish 'zh', # Chinese Simplified ]