Merge pull request #35 from alucard2303/patch-3

Update phpmixbill.sql for Spanish language
This commit is contained in:
iBNu Maksum 2022-09-14 19:11:16 +07:00 committed by GitHub
commit 4906768a02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,7 @@ INSERT INTO
VALUES VALUES
(1, 'Indonesia', 'indonesia', 'Ismail Marzuqi'), (1, 'Indonesia', 'indonesia', 'Ismail Marzuqi'),
(2, 'English', 'english', 'Ismail Marzuqi'), (2, 'English', 'english', 'Ismail Marzuqi'),
(2, 'Spanish', 'spanish', 'Luis Hernandez'),
(4, 'Türkçe', 'turkish', 'Goktug Bogac Ogel'); (4, 'Türkçe', 'turkish', 'Goktug Bogac Ogel');
-- -------------------------------------------------------- -- --------------------------------------------------------
-- --
@ -435,4 +436,4 @@ ALTER TABLE
`tbl_voucher` `tbl_voucher`
MODIFY MODIFY
`id` int(10) NOT NULL AUTO_INCREMENT; `id` int(10) NOT NULL AUTO_INCREMENT;
COMMIT; COMMIT;