index: release v1.18 with only altgr index linked
[sheet.git] / tools / mkusage-wikimedia
index 4470c50394cc1d5ed6dfbc2ec257ac225f330e24..71d6e5fa077000cf2fb40541d3ab8ab4fb6cf0e8 100755 (executable)
@@ -4,13 +4,13 @@ use warnings;
 
 use Data::Dump 'pp';
 
-our $VERSION = '1.01';
+our $VERSION = '1.03';
 
 my %BROWSERID = qw(
-       IE                      ie
+       IE                      edge
        IE-Mobile               ie_mob
-       Edge                    ie
-       Edge-Mobile             ie
+       Edge                    edge
+       Edge-Mobile             edge
        Firefox                 firefox
        Firefox-Mobile          and_ff
        Safari                  safari
@@ -18,14 +18,15 @@ my %BROWSERID = qw(
        Mobile-Safari-UIWebView ios_saf
        Chrome                  chrome
        Chromium                chrome
-       Chrome-Mobile           android
-       Chrome-Mobile-iOS       android
-       Android                 android
+       Chrome-Mobile           and_chr
+       Chrome-Mobile-iOS       and_chr
+       Android                 and_chr
        Opera                   opera
        Opera-Mini              op_mini
        BlackBerry-WebKit       bb
        UC-Browser              and_uc
        Samsung-Internet        samsung
+       Google                  0
        Other                   0
 );