From dd07038e14a48efe50b98a5703723f7e60762b19 Mon Sep 17 00:00:00 2001 From: Weedy Weed Smoker Date: Tue, 25 Feb 2020 13:25:20 +0700 Subject: [PATCH] (Ozone) Add 'Nord' and 'Gruvbox Dark' themes --- intl/msg_hash_fr.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/intl/msg_hash_fr.h b/intl/msg_hash_fr.h index 72e052c32f..0f5995bef0 100644 --- a/intl/msg_hash_fr.h +++ b/intl/msg_hash_fr.h @@ -9089,6 +9089,14 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_OZONE_COLOR_THEME_BASIC_BLACK, "Noir basique" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_OZONE_COLOR_THEME_NORD, + "Nord" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_OZONE_COLOR_THEME_GRUVBOX_DARK, + "Gruvbox sombre" + ) MSG_HASH( MENU_ENUM_SUBLABEL_OZONE_MENU_COLOR_THEME, "Sélectionner un thème de couleur différent."