Skip to content

Commit

Permalink
FIX: Rename white_on_supreme_blue to white_on_royal_blue
Browse files Browse the repository at this point in the history
- WIP #33
- #29
  • Loading branch information
aljawaid committed Jan 8, 2023
1 parent 7e5a900 commit c217007
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Locale/de_DE/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
'White on Peach' => 'Weiß auf Pfirsich',
'White on Purple' => 'Weiß auf Violett',
'White on Red Orange' => 'Weiß auf Rotorange',
'White on Supreme Blue' => 'Weiß auf Höchstes Blau',
'White on Royal Blue' => 'Weiß auf Königlich Blau',
'White on Scarlet' => 'Weiß auf Scharlachrot',
'Yellow Green' => 'Gelbgrün'
);
2 changes: 1 addition & 1 deletion Locale/en_GB/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
'White on Peach' => 'White on Peach',
'White on Purple' => 'White on Purple',
'White on Red Orange' => 'White on Red Orange',
'White on Supreme Blue' => 'White on Supreme Blue',
'White on Royal Blue' => 'White on Royal Blue',
'White on Scarlet' => 'White on Scarlet',
'Yellow Green' => 'Yellow Green',
);
2 changes: 1 addition & 1 deletion Locale/translations-starter-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
'White on Peach' => '',
'White on Purple' => '',
'White on Red Orange' => '',
'White on Supreme Blue' => '',
'White on Royal Blue' => '',
'White on Scarlet' => '',
'Yellow Green' => '',
);
12 changes: 6 additions & 6 deletions Model/ColorModelExt.php
Original file line number Diff line number Diff line change
Expand Up @@ -392,18 +392,18 @@ class ColorModelExt extends ColorModel
'border' => '#FF3F00',
'font' => '#FFFFFF',
),
'white_on_royal_blue' => array(
'name' => 'White on Royal Blue',
'background' => '#1953BE',
'border' => '#1953BE',
'font' => '#FFFFFF',
),
'white_on_scarlet' => array(
'name' => 'White on Scarlet',
'background' => '#AE0000',
'border' => '#6A0303',
'font' => '#FFFFFF',
),
'white_on_supreme_blue' => array(
'name' => 'White on Supreme Blue',
'background' => '#1953BE',
'border' => '#1953BE',
'font' => '#FFFFFF',
),
);

private function custom_colors()
Expand Down

0 comments on commit c217007

Please sign in to comment.