forked from wikimedia/mediawiki-services-mobileapps
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
- Loading branch information
Showing
161 changed files
with
5,428 additions
and
3,961 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
private/compare-sections/ | ||
private/page-lists/top-pages/*/top-pages.*.json | ||
test/diff/results/data_javascript_mobile-meta.wikimedia.org-pagelib.js | ||
test/diff/results/page_definition-enwiktionary-*.json | ||
test/diff/results/page_*MCS_Test_Frankenstein.json | ||
tmp/ | ||
coverage/ | ||
pagelib/ | ||
pagelib/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,31 @@ | ||
extends: wikimedia/server | ||
rules: { | ||
'array-bracket-spacing': 0, | ||
'arrow-parens': 0, | ||
'camelcase': 0, | ||
'comma-dangle': 0, | ||
'comma-spacing': 0, | ||
'computed-property-spacing': 0, | ||
'indent': 0, | ||
'key-spacing': 0, | ||
'max-statements-per-line': 0, | ||
'no-multi-spaces': 0, | ||
'no-underscore-dangle': 0, | ||
'no-unused-expressions': 0, | ||
'no-restricted-syntax': 0, | ||
'no-unused-vars': 0, | ||
'one-var': 0, | ||
'operator-linebreak': 0, | ||
'space-before-function-paren': 0, | ||
'space-in-parens': 0, | ||
'valid-jsdoc': 0, | ||
'array-bracket-spacing': 'off', | ||
'arrow-parens': 'off', | ||
'camelcase': 'off', | ||
'comma-dangle': 'off', | ||
'comma-spacing': 'off', | ||
'computed-property-spacing': 'off', | ||
'indent': ['error', 4], | ||
'key-spacing': 'off', | ||
'max-statements-per-line': 'off', | ||
'no-multi-spaces': 'off', | ||
'no-underscore-dangle': 'off', | ||
'no-unused-expressions': 'off', | ||
'no-restricted-syntax': 'off', | ||
'no-unused-vars': 'off', | ||
'one-var': 'off', | ||
'operator-linebreak': 'off', | ||
'space-before-function-paren': 'off', | ||
'space-in-parens': 'off', | ||
'jsdoc/no-undefined-types': 'off', | ||
'jsdoc/valid-types': 'off', | ||
|
||
'jsdoc/check-access': 'off', | ||
'jsdoc/check-param-names': 'off', | ||
'jsdoc/check-types': 'off', | ||
'jsdoc/require-param': 'off', | ||
'jsdoc/require-param-type': 'off', | ||
'jsdoc/require-returns': 'off', | ||
'jsdoc/require-returns-check': 'off', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"@metadata": { | ||
"authors": [ | ||
"Şeyx Şamil" | ||
] | ||
}, | ||
"article-read-more-title": "Daha çox oxu", | ||
"table-title-other": "Əlavə məlumat", | ||
"page-edit-history": "Redaktə tarixçəsini göstər", | ||
"info-box-close-text": "Bağla", | ||
"page-location": "Xəritədə göstər", | ||
"page-similar-titles": "Oxşar səhifələr", | ||
"article-about-title": "Bu məqalə haqqında", | ||
"article-edit-button": "Bölməni reaktə et", | ||
"article-section-expand": "Bölməni genişləndir", | ||
"table-expand": "Cədvəli genişləndir" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
{ | ||
"table-title-other" : "آرتیق بیلگیلر", | ||
"info-box-close-text" : "باغلا", | ||
"article-read-more-title" : "داها چوْخ اوْخویون", | ||
"article-about-title" : "بۇ مقالهیه گؤره" | ||
} | ||
"@metadata": { | ||
"authors": [] | ||
}, | ||
"article-read-more-title": "داها چوْخ اوْخویون", | ||
"table-title-other": "آرتیق بیلگیلر", | ||
"info-box-close-text": "باغلا", | ||
"article-about-title": "بۇ مقالهیه گؤره" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
{ | ||
"info-box-close-text" : "ДӀачӀагӀа", | ||
"license-footer-name" : "CC-BY-SA 3.0" | ||
} | ||
"@metadata": { | ||
"authors": [] | ||
}, | ||
"info-box-close-text": "ДӀачӀагӀа", | ||
"license-footer-name": "CC-BY-SA 3.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,31 @@ | ||
{ | ||
"@metadata": { | ||
"authors": [] | ||
"authors": [ | ||
"Robin Owain" | ||
] | ||
}, | ||
"description-add-link-title": "Ychwanegwch disgrifiad o'r erthygl", | ||
"article-read-more-title": "Darllen rhagor", | ||
"table-title-other": "Rhagor o wybodaeth", | ||
"page-edit-history": "Fweld hanes y golygiadau", | ||
"info-box-close-text": "Cau", | ||
"page-talk-page-subtitle": "Trafod gwelliannau i'r erthygl hon", | ||
"page-talk-page": "Gweld y dudalen Sgwrs", | ||
"info-box-title": "Ffeithiau sydyn", | ||
"article-about-title": "Ynglŷn â'r erthygl hon" | ||
"view-in-browser-footer-link": "Gweld yr erthygl yn y porwr", | ||
"page-location": "Gweld ar fap", | ||
"page-similar-titles": "Tudalennau tebyg", | ||
"page-last-edited": "{{PLURAL:$1|Diweddarwyd ddoe|Diweddarwyd $1 diwrnod yn ol|0=Diweddarwyd heddiw}}", | ||
"article-about-title": "Ynglŷn â'r erthygl hon", | ||
"page-issues": "Trafferthion gyda'r dudalen hon", | ||
"license-footer-name": "CC BY-SA 3.0", | ||
"license-footer-text": "Mae'r cynnwys ar gael dan $1 oni noder yn wahanol.", | ||
"page-read-in-other-languages": "Ar gael mewn {{PLURAL:$1|$1 iaith|iaith}} arall", | ||
"article-edit-button": "Adran golygu", | ||
"article-edit-protected-button": "Adran golygu tudalen wedi'i chloi", | ||
"article-section-expand": "Ehangu'r adran", | ||
"article-section-collapse": "Lleihau'r adran", | ||
"table-expand": "Ehangu'r tabl", | ||
"table-collapse": "Lleihau'r tabl", | ||
"references-preview-header": "Rhagweld ffynonellau" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"@metadata": { | ||
"authors": [ | ||
"PiefPafPier" | ||
] | ||
}, | ||
"description-add-link-title": "Artikelbeskriuwing tafoegje", | ||
"article-read-more-title": "Mear lêze", | ||
"table-title-other": "Mear ynformaasje", | ||
"page-edit-history": "Bewurkingsskiednis besjen", | ||
"info-box-close-text": "Slute", | ||
"page-talk-page-subtitle": "Ferbetterings oan dit artikel beprate", | ||
"page-issues-subtitle": "Sinjalearing fan suboptimale of probleemynhâld", | ||
"page-talk-page": "Oerlisside besjen", | ||
"info-box-title": "Fluch de feiten", | ||
"view-in-browser-footer-link": "Artikel yn webblêder besjen", | ||
"page-location": "Op 'e kaart besjen", | ||
"page-similar-titles": "Besibbe siden", | ||
"page-last-edited": "{{PLURAL:$1|Juster bywurke|$1 dagen lyn bywurke|0=Hjoed bywurke}}", | ||
"article-about-title": "Oer dit artikel", | ||
"page-issues": "Sideproblemen", | ||
"license-footer-name": "CC BY-SA 3.0", | ||
"license-footer-text": "Ynhâld is beskikber ûnder $1, at net oars neamd wurdt.", | ||
"page-read-in-other-languages": "Beskikber yn {{PLURAL:$1|$1 oare taal|$1 oare talen}}", | ||
"article-edit-button": "Dielside bewurkje", | ||
"article-edit-protected-button": "Befeilige dielside bewurkje", | ||
"article-section-expand": "Dielside útklappe", | ||
"article-section-collapse": "Dielside ynklappe", | ||
"table-expand": "Tabel útklappe", | ||
"table-collapse": "Tabel ynklappe", | ||
"references-preview-header": "Proefbyld fan 'e referinsjes" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.