Skip to content

Commit 3893092

Browse files
committed
Renamed "Night mode" to "Dark theme"
1 parent 63b9b15 commit 3893092

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+62
-62
lines changed

android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
# the wrapper is the one from the new Gradle too.)
77
distributionBase=GRADLE_USER_HOME
88
distributionPath=wrapper/dists
9-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip
9+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip
1010
zipStoreBase=GRADLE_USER_HOME
1111
zipStorePath=wrapper/dists

docs/changelog.md

Lines changed: 2 additions & 2 deletions

src/emoji/codePointMap.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ export const override: {| [code: string]: string |} = {
2020

2121
// Fix the "letter" emoji. The codes in Zulip's emoji database would give
2222
// these a text-style rather than emoji-style presentation; that's subtler
23-
// than we want, plus when not in night mode it's actually invisible.
23+
// than we want, plus when not in Dark theme it's actually invisible.
2424
'1f170': '1f170-fe0f', // :a:
2525
'1f171': '1f171-fe0f', // :b:
2626
'1f17e': '1f17e-fe0f', // :o:
2727
'1f17f': '1f17f-fe0f', // :p:
2828
// (Zulip only actually offers a handful of these letter emoji.)
2929

3030
// :check_mark: -> :check: because the former is invisible on a light
31-
// background, i.e. when not in night mode.
31+
// background, i.e. when not in Dark theme.
3232
'2714': '2705',
3333
};
3434

src/settings/SettingsScreen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function SettingsScreen(props: Props): Node {
4040

4141
return (
4242
<Screen title="Settings">
43-
<SwitchRow label="Night mode" value={theme === 'night'} onValueChange={handleThemeChange} />
43+
<SwitchRow label="Dark theme" value={theme === 'night'} onValueChange={handleThemeChange} />
4444
<SwitchRow
4545
label="Open links with in-app browser"
4646
value={shouldUseInAppBrowser(browser)}

static/translations/messages_ar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"Learn more": "تعرف على المزيد",
157157
"Full profile": "Full profile",
158158
"Settings": "Settings",
159-
"Night mode": "الوضع الليلي",
159+
"Dark theme": "الوضع الليلي",
160160
"Open links with in-app browser": "افتح الروابط باستخدام متصفح داخل التطبيق",
161161
"Language": "لغة",
162162
"Arabic": "عربي",

static/translations/messages_bg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"Learn more": "Learn more",
157157
"Full profile": "Full profile",
158158
"Settings": "Настройки",
159-
"Night mode": "Нощен режим",
159+
"Dark theme": "Нощен режим",
160160
"Open links with in-app browser": "Open links with in-app browser",
161161
"Language": "Език",
162162
"Arabic": "Arabic",

static/translations/messages_bn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"Learn more": "Learn more",
157157
"Full profile": "Full profile",
158158
"Settings": "সেটিংস",
159-
"Night mode": "Night mode",
159+
"Dark theme": "Dark theme",
160160
"Open links with in-app browser": "Open links with in-app browser",
161161
"Language": "Language",
162162
"Arabic": "Arabic",

static/translations/messages_ca.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"Learn more": "Més informació",
157157
"Full profile": "Full profile",
158158
"Settings": "Configuració",
159-
"Night mode": "Mode nocturn",
159+
"Dark theme": "Mode nocturn",
160160
"Open links with in-app browser": "Obre els enllaços en el navegador intern",
161161
"Language": "Llengua",
162162
"Arabic": "Àrab",

static/translations/messages_cs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"Learn more": "Dozvědět se více",
157157
"Full profile": "Celý profil",
158158
"Settings": "Nastavení",
159-
"Night mode": "Noční režim",
159+
"Dark theme": "Noční režim",
160160
"Open links with in-app browser": "Otevírat odkazy v zabudovaném prohlížeči",
161161
"Language": "Jazyk",
162162
"Arabic": "Arabština",

static/translations/messages_cy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"Learn more": "Dysgu mwy",
157157
"Full profile": "Full profile",
158158
"Settings": "Gosodiadau",
159-
"Night mode": "Modd nos",
159+
"Dark theme": "Modd nos",
160160
"Open links with in-app browser": "Agor dolenni gyda porwr mewn-app",
161161
"Language": "Iaith",
162162
"Arabic": "Arabeg",

0 commit comments

Comments
 (0)