X-Git-Url: https://git.cweiske.de/stouyapi.git/blobdiff_plain/b739a2ab875baba8c97818db58c66bb7dfac3c26..42f98b28e827fe050899304b9abcb8d842f8ea80:/config.php.dist diff --git a/config.php.dist b/config.php.dist index 89a5b9f..31fad96 100644 --- a/config.php.dist +++ b/config.php.dist @@ -31,3 +31,9 @@ $GLOBALS['home']['2020 Winter GameJam'] = [ 'tv.ouya.win.unity.brokenbeauty', ]; $GLOBALS['pushToMyOuyaUrl'] = '../push-to-my-ouya.php'; + +$GLOBALS['categorySubtitles'] = [ + 'Exclusive' => 'Only available on the OUYA', + 'Unlocked' => 'Official OUYA shutdown releases', + 'VIP Room' => 'Once exclusive on the OUYA', +];