Skip to content

Commit

Permalink
2022 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ccmars committed Jan 1, 2022
1 parent 3cd8ae7 commit f6c1cad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion world_countries.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- World Countries (ISO 3166)
-- SQL Table | v1.0.2 (2021)
-- SQL Table | v1.0.2 (2022)
-- https://github.com/ccmars/world-data

DROP TABLE IF EXISTS `world_countries`;
Expand Down
2 changes: 1 addition & 1 deletion world_currencies.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- World Currencies (ISO 4217)
-- SQL Table | v2.0.1 (2021)
-- SQL Table | v2.0.1 (2022)
-- https://github.com/ccmars/world-data

DROP TABLE IF EXISTS `world_currencies`;
Expand Down
3 changes: 1 addition & 2 deletions world_languages.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- World Languages (ISO 639)
-- SQL Table | v1.0.1 (2021)
-- SQL Table | v1.0.2 (2022)
-- https://github.com/ccmars/world-data

DROP TABLE IF EXISTS `world_languages`;
Expand Down Expand Up @@ -27,7 +27,6 @@ INSERT INTO `world_languages` (`alpha2`, `langEN`, `langDE`, `langFR`, `langES`)
('ba', 'Bashkir', 'Baschkirisch', 'baskir', 'bachkir'),
('be', 'Belarusian', 'Weißrussisch', 'bielorruso', 'biélorusse'),
('bg', 'Bulgarian', 'Bulgarisch', 'búlgaro', 'bulgare'),
('bh', 'Bihari', 'Bihari', 'bhojpurí', 'biharis'),
('bi', 'Bislama', 'Beach-la-mar', 'bislama', 'bichlamar'),
('bm', 'Bambara', 'Bambara-Sprache', 'bambara', 'bambara'),
('bn', 'Bengali', 'Bengali', 'bengalí', 'bengali'),
Expand Down

0 comments on commit f6c1cad

Please sign in to comment.