Lazy loading of regions
Also adds landing page feature. But candidate list is hardcoded for now. Example html file updated. show method of lcd renamed to render. Introduced a trigger searchclear Introduced mw.uls.changeLanguage, setPreviousLanguages getPreviousLanguages and getBrowserLanguage methods Region groups re-numbered - from [4, 1, 2, 3] to [1, 2, 3, 4]. Change-Id: Iac1edf628708e6f40e41578df70d40c42f15289a
This commit is contained in:
committed by
Amir E. Aharoni
parent
b845045070
commit
fde6b18e40
@@ -557,24 +557,25 @@ scriptgroups:
|
||||
rtlscripts:
|
||||
[Arab, Hebr, Syrc, Nkoo, Thaa]
|
||||
|
||||
# The numbers are also used in HTML id attributes
|
||||
regiongroups:
|
||||
# north-america
|
||||
NA: 1
|
||||
# latin-america
|
||||
LA: 1
|
||||
# south-america
|
||||
SA: 1
|
||||
# europe
|
||||
EU: 2
|
||||
# middle-east
|
||||
ME: 2
|
||||
# africa
|
||||
AF: 2
|
||||
# asia
|
||||
AS: 3
|
||||
# pacific
|
||||
PA: 3
|
||||
# australia
|
||||
AU: 3
|
||||
# world wide, international
|
||||
WW: 4
|
||||
# Worldwide, international
|
||||
WW: 1
|
||||
# North America
|
||||
NA: 2
|
||||
# Latin America
|
||||
LA: 2
|
||||
# South America
|
||||
SA: 2
|
||||
# Europe
|
||||
EU: 3
|
||||
# Middle East
|
||||
ME: 3
|
||||
# Africa
|
||||
AF: 3
|
||||
# Asia
|
||||
AS: 4
|
||||
# Pacific
|
||||
PA: 4
|
||||
# Aaustralia
|
||||
AU: 4
|
||||
|
||||
Reference in New Issue
Block a user