We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent defb575 commit 2adc977Copy full SHA for 2adc977
lib/bnet_scraper/starcraft2.rb
@@ -21,6 +21,8 @@ module Starcraft2
21
'kr' => { gateway: 'kr', subregion: 1, locale: 'ko', label: 'Korea' },
22
# There's a subregion 2 for korea and I honestly don't know what the name of that would be
23
'kr2' => { gateway: 'kr', subregion: 2, locale: 'ko', label: 'Also Korea' }
24
+ # Also for taiwan
25
+ 'tw2' => { gateway: 'tw', subregion: 2, locale: 'zh', label: 'Also Taiwan' },
26
}
27
28
# Gateway Hostname Mapping
0 commit comments