Merge branch 'master' into patch-1

This commit is contained in:
Amir E. Aharoni
2017-03-27 22:25:02 +03:00
committed by GitHub
35 changed files with 201 additions and 82 deletions

File diff suppressed because one or more lines are too long

View File

@@ -35,11 +35,12 @@
.addClass( 'uls-no-found-more' )
.append(
$( '<div>' )
.attr( 'data-i18n', 'uls-search-help' )
.addClass( '' )
.append(
$( '<p>' ).append(
$( '<span>' ).text( 'You can search by language name, script name, ISO code of language or you can browse by region.' )
$( '<span>' )
.attr( 'data-i18n', 'uls-search-help' )
.text( 'You can search by language name, script name, ISO code of language or you can browse by region.' )
)
)
)