mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-30 06:39:46 +02:00
Merge pull request #35 from alucard2303/patch-3
Update phpmixbill.sql for Spanish language
This commit is contained in:
commit
4906768a02
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue