summaryrefslogtreecommitdiff
path: root/lib/VNDB/Types.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VNDB/Types.pm')
-rw-r--r--lib/VNDB/Types.pm39
1 files changed, 39 insertions, 0 deletions
diff --git a/lib/VNDB/Types.pm b/lib/VNDB/Types.pm
index c9217307..ee929063 100644
--- a/lib/VNDB/Types.pm
+++ b/lib/VNDB/Types.pm
@@ -22,6 +22,45 @@ sub fun($&) {
+# SQL: ENUM language
+hash LANGUAGE =>
+ ar => 'Arabic',
+ bg => 'Bulgarian',
+ ca => 'Catalan',
+ cs => 'Czech',
+ da => 'Danish',
+ de => 'German',
+ el => 'Greek',
+ en => 'English',
+ eo => 'Esperanto',
+ es => 'Spanish',
+ fi => 'Finnish',
+ fr => 'French',
+ he => 'Hebrew',
+ hr => 'Croatian',
+ hu => 'Hungarian',
+ id => 'Indonesian',
+ it => 'Italian',
+ ja => 'Japanese',
+ ko => 'Korean',
+ nl => 'Dutch',
+ no => 'Norwegian',
+ pl => 'Polish',
+ 'pt-br' => 'Portuguese (Brazil)',
+ 'pt-pt' => 'Portuguese (Portugal)',
+ ro => 'Romanian',
+ ru => 'Russian',
+ sk => 'Slovak',
+ sv => 'Swedish',
+ ta => 'Tagalog',
+ th => 'Thai',
+ tr => 'Turkish',
+ uk => 'Ukrainian',
+ vi => 'Vietnamese',
+ zh => 'Chinese';
+
+
+
# SQL: ENUM credit_type
hash CREDIT_TYPE =>
scenario => 'Scenario',