summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/global.pl2
-rw-r--r--data/lang.txt7
-rw-r--r--data/style.css1
3 files changed, 9 insertions, 1 deletions
diff --git a/data/global.pl b/data/global.pl
index 3092e82f..5696de9a 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -62,7 +62,7 @@ our %S = (%S,
},
age_ratings => [undef, 0, 6..18],
release_types => [qw|complete partial trial|],
- platforms => [qw|win dos lin mac dvd gba msx nds nes p98 psp ps1 ps2 ps3 drc sat sfc wii xb3 oth|],
+ platforms => [qw|win dos lin mac ios dvd gba msx nds nes p98 psp ps1 ps2 ps3 drc sat sfc wii xb3 oth|],
media => {
#DB qty?
cd => 1,
diff --git a/data/lang.txt b/data/lang.txt
index a7b76cf2..dc166a97 100644
--- a/data/lang.txt
+++ b/data/lang.txt
@@ -409,6 +409,13 @@ cs : Mac OS
hu :
nl :
+:_plat_ios
+en : Apple iProduct
+ru*:
+cs*:
+hu*:
+nl :
+
:_plat_dvd
en : DVD Player
ru : DVD-плеер
diff --git a/data/style.css b/data/style.css
index f74c4544..ed41fb15 100644
--- a/data/style.css
+++ b/data/style.css
@@ -1193,6 +1193,7 @@ a .icons { cursor: pointer }
.icons.msx { background-position: -32px -56px; }
.icons.nes { background-position: -32px -70px; }
.icons.dos { background-position: -32px -84px; }
+.icons.ios { background-position: -32px -98px; }
.icons.cs { background-position: -48px 0px; }
.icons.da { background-position: -48px -11px; }