Skip to content

Commit

Permalink
System: set Greek as an active language
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Parker committed Aug 24, 2024
1 parent 4fc1d66 commit 826a95f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGEDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -830,4 +830,5 @@
ALTER TABLE `gibbonStaffAbsence` CHANGE `status` `status` ENUM('Pending Approval','Approved','Declined','Cancelled') CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT 'Approved';end
UPDATE gibbonCountry SET iddCountryCode='82' WHERE printable_name='Korea, Republic of';end
UPDATE gibbonCountry SET iddCountryCode='850' WHERE printable_name='Korea, Democratic People\'s Republic of';end
UPDATE `gibboni18n` SET `active` = 'Y' WHERE `code` = 'el_GR';end
";
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ v28.0.00
Security

Tweaks & Additions
System: set Greek as an active language
System: added Putonghua as a language option in dropdown menus
System: added IDD codes for Republic of Korea and Democratic People's Republic of Korea
Attendance: added an index to the attendance log to help speed up attendance pages
Expand Down

0 comments on commit 826a95f

Please sign in to comment.