[Wikidata-bugs] [Maniphest] T317122: Add Wikidata support for azwikimedia

2023-03-03 Thread JJMC89
JJMC89 merged a task: T331174: Add Wikidata support for azwikimedia.

TASK DETAIL
  https://phabricator.wikimedia.org/T317122

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, JJMC89
Cc: Zabe, Ladsgroup, Maintenance_bot, Aklapper, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T331174: Add Wikidata support for azwikimedia

2023-03-03 Thread JJMC89
JJMC89 closed this task as a duplicate of T317122: Add Wikidata support for 
azwikimedia.

TASK DETAIL
  https://phabricator.wikimedia.org/T331174

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: JJMC89
Cc: Maintenance_bot, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T331174: Add Wikidata support for azwikimedia

2023-03-03 Thread Maintenance_bot
Maintenance_bot created this task.
Maintenance_bot added projects: Wikidata-Campsite, Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Per https://wikitech.wikimedia.org/wiki/Add_a_wiki once the wiki has been 
created

TASK DETAIL
  https://phabricator.wikimedia.org/T331174

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Maintenance_bot
Cc: Maintenance_bot, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T321224: Wikidata Item Quality Model

2023-03-03 Thread Isaac
Isaac added a comment.


  I slightly tweaked the model but also experimented with adding just a simple 
square-root of the number of existing claims to the model and found that that 
is essentially that's all that is needed to almost match ORES quality (which is 
near perfect) for predicting item quality. That said, I think this is mainly an 
issue with the assessment data as opposed to Wikidata quality really just being 
about the number of statements. For example, the dataset has many Wikidata 
items that are for disambiguation pages and they're almost all rated E-class 
(lowest) because their only property is their instance-of. I'd argue though 
that that's perfectly acceptable for almost all disambiguation pages and these 
items are nearly complete even with just that one property (you can see the 
frequency of other properties that occur for these pages but they're pretty 
low: https://recoin.toolforge.org/getbyclassid.php?subject=Q4167410=200). So 
while the number of claims is a useful feature for matching human perception of 
quality, I think we'd actually want to leave it out to get closer to the 
concept of "to what degree is an item missing major information". Where most 
disambiguation pages would do just fine here but human items that have many 
more statements (but also a much higher expectation) wouldn't do as well.
  
  Notebook: 
https://public.paws.wmcloud.org/User:Isaac_(WMF)/Annotation%20Gap/v2_eval_wikidata_quality_model.ipynb
  Quick summary:
  
38.7% correct (62.6% within 1 class) using features ['label_s'].
56.7% correct (77.0% within 1 class) using features ['claim_s'].
44.8% correct (72.7% within 1 class) using features ['ref_s'].
77.3% correct (98.1% within 1 class) using features ['sqrt_num_claims'].
55.0% correct (75.3% within 1 class) using features ['label_s', 'claim_s'].
50.2% correct (74.5% within 1 class) using features ['label_s', 'ref_s'].
76.5% correct (98.4% within 1 class) using features ['label_s', 
'sqrt_num_claims'].
54.2% correct (76.6% within 1 class) using features ['label_s', 'claim_s', 
'ref_s'].
75.1% correct (98.3% within 1 class) using features ['label_s', 'claim_s', 
'sqrt_num_claims'].
79.4% correct (97.7% within 1 class) using features ['label_s', 'ref_s', 
'sqrt_num_claims'].
55.0% correct (78.4% within 1 class) using features ['claim_s', 'ref_s'].
75.3% correct (98.0% within 1 class) using features ['claim_s', 
'sqrt_num_claims'].
78.8% correct (98.3% within 1 class) using features ['claim_s', 'ref_s', 
'sqrt_num_claims'].
79.4% correct (98.7% within 1 class) using features ['ref_s', 
'sqrt_num_claims'].
78.3% correct (97.9% within 1 class) using features ['label_s', 'claim_s', 
'ref_s', 'sqrt_num_claims']

ORES is at (remembering it's trained on 2x more data including what I'm 
evaluating it on here):
87.1% correct and 98.3% within 1 class

TASK DETAIL
  https://phabricator.wikimedia.org/T321224

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Isaac
Cc: Lydia_Pintscher, diego, Miriam, Isaac, Astuthiodit_1, karapayneWMDE, 
Invadibot, Ywats0ns, maantietaja, ItamarWMDE, Akuckartz, Nandana, Abdeaitali, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Avner, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Capt_Swing, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T330380: Wikibase CI failing due to Node.js v16 incompatibility

2023-03-03 Thread gerritbot
gerritbot added a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T330380

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jakob_WMDE, gerritbot
Cc: Jdforrester-WMF, Michael, Krinkle, Aklapper, Jakob_WMDE, Themindcoder, 
Adamm71, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T330380: Wikibase CI failing due to Node.js v16 incompatibility

2023-03-03 Thread gerritbot
gerritbot added a comment.


  Change 894074 had a related patch set uploaded (by WMDE-leszek; author: 
Jakob):
  
  [mediawiki/extensions/Wikibase@REL1_39] Fix tainted-ref CI after Node v16 
upgrade
  
  https://gerrit.wikimedia.org/r/894074

TASK DETAIL
  https://phabricator.wikimedia.org/T330380

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jakob_WMDE, gerritbot
Cc: Jdforrester-WMF, Michael, Krinkle, Aklapper, Jakob_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T331094: Add monolingual language code "txg" (Tangut)

2023-03-03 Thread Nikki
Nikki added a comment.


  It's also needed for lexemes: 
https://www.wikidata.org/wiki/Special:WhatLinksHere/Q2727930?namespace=146

TASK DETAIL
  https://phabricator.wikimedia.org/T331094

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Nikki
Cc: Nikki, Amire80, Aklapper, Stevenliuyi, mrephabricator, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T331113: gsw: language code sorted as als: in Wikidata

2023-03-03 Thread Nikki
Nikki added subscribers: Mbch331, Nikki.
Nikki added a project: Wikidata-Gadgets.
Nikki added a comment.


  The bad sorting is caused by the changes @Mbch331 made to the "site ID to 
interwiki" gadget in 
https://www.wikidata.org/w/index.php?diff=1822306725=1660205600

TASK DETAIL
  https://phabricator.wikimedia.org/T331113

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Nikki
Cc: Nikki, Mbch331, Aklapper, MBH, Base, mrephabricator, Astuthiodit_1, 
karapayneWMDE, Invadibot, Lectrician1, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, dachary, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Ricordisamoa, Tacsipacsi, Sjoerddebruin
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T325988: MonthNameUnlocalizer may unlocalize dates in an undesired way

2023-03-03 Thread matej_suchanek
matej_suchanek added a project: Patch-For-Review.
matej_suchanek assigned this task to Lucas_Werkmeister_WMDE.

TASK DETAIL
  https://phabricator.wikimedia.org/T325988

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE, matej_suchanek
Cc: Michael, Lucas_Werkmeister_WMDE, Aklapper, matej_suchanek, Themindcoder, 
Adamm71, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T324392: Fix unintentional side-effect of MwDateFormatParserFactory

2023-03-03 Thread matej_suchanek
matej_suchanek closed this task as "Resolved".
matej_suchanek claimed this task.

TASK DETAIL
  https://phabricator.wikimedia.org/T324392

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: matej_suchanek
Cc: Michael, Lucas_Werkmeister_WMDE, matej_suchanek, Aklapper, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
lucamauri, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T221097: The most commonly used date format in the Czech Republic produces wrong date when used as a value in Wikidata

2023-03-03 Thread matej_suchanek
matej_suchanek closed subtask T324392: Fix unintentional side-effect of 
MwDateFormatParserFactory as Resolved.

TASK DETAIL
  https://phabricator.wikimedia.org/T221097

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Michael, matej_suchanek
Cc: Lucas_Werkmeister_WMDE, Mohammed_Sadat_WMDE, Arian_Bozorg, ItamarWMDE, 
Stryn, matej_suchanek, Mormegil, Blahma, Urbanecm, JAnD, Wesalius, Aklapper, 
Vojtech.dostal, Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Prufkick, Biggs657, karapayneWMDE, Invadibot, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Srdjan, MuhammadShuaib, 
LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, Mbch331, 
Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T328890: Language code request: Wolastoqey

2023-03-03 Thread Fjjulien
Fjjulien added a comment.


  I was excited to see this feature request being moved into a "task". However, 
nothing happened with it for the last three weeks. Is this normal?

TASK DETAIL
  https://phabricator.wikimedia.org/T328890

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Fjjulien
Cc: mrephabricator, Aklapper, Fjjulien, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Nikki, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T329121: Allow the Wikidata Query Builder to be embedded in an iframe

2023-03-03 Thread mickeybarber
mickeybarber added a comment.


  Yes only this subdomain `formations.wikimedia.fr`.

TASK DETAIL
  https://phabricator.wikimedia.org/T329121

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: mickeybarber
Cc: Lydia_Pintscher, Michael, sbassett, ItamarWMDE, Lucas_Werkmeister_WMDE, 
mickeybarber, Envlh, Aklapper, Cleo_Lemoisson, Astuthiodit_1, karapayneWMDE, 
Invadibot, Devnull, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wong128hk, Luke081515, Wikidata-bugs, aude, Bawolff, Grunny, csteipp, Mbch331, 
Jay8g, Krenair
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T214002: Wikidata web form recognizes Japanese date 2001年8月31日 but not 2016年7月1日

2023-03-03 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata Dev Team.

TASK DETAIL
  https://phabricator.wikimedia.org/T214002

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lydia_Pintscher
Cc: Nikki, thiemowmde, Nicolas_Raoul, Aklapper, Themindcoder, Adamm71, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T317122: Add Wikidata support for azwikimedia

2023-03-03 Thread JJMC89
JJMC89 merged a task: T331144: Add Wikidata support for azwikimedia.

TASK DETAIL
  https://phabricator.wikimedia.org/T317122

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, JJMC89
Cc: Zabe, Ladsgroup, Maintenance_bot, Aklapper, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T331144: Add Wikidata support for azwikimedia

2023-03-03 Thread JJMC89
JJMC89 closed this task as a duplicate of T317122: Add Wikidata support for 
azwikimedia.

TASK DETAIL
  https://phabricator.wikimedia.org/T331144

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: JJMC89
Cc: Aklapper, Maintenance_bot, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T331144: Add Wikidata support for azwikimedia

2023-03-03 Thread Maintenance_bot
Maintenance_bot created this task.
Maintenance_bot added projects: Wikidata-Campsite, Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Per https://wikitech.wikimedia.org/wiki/Add_a_wiki once the wiki has been 
created

TASK DETAIL
  https://phabricator.wikimedia.org/T331144

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Maintenance_bot
Cc: Aklapper, Maintenance_bot, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T317122: Add Wikidata support for azwikimedia

2023-03-03 Thread JJMC89
JJMC89 merged a task: T331106: Add Wikidata support for azwikimedia.

TASK DETAIL
  https://phabricator.wikimedia.org/T317122

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup, JJMC89
Cc: Zabe, Ladsgroup, Maintenance_bot, Aklapper, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T331106: Add Wikidata support for azwikimedia

2023-03-03 Thread JJMC89
JJMC89 closed this task as a duplicate of T317122: Add Wikidata support for 
azwikimedia.

TASK DETAIL
  https://phabricator.wikimedia.org/T331106

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: JJMC89
Cc: Maintenance_bot, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T215413: Image Classification Working Group

2023-03-03 Thread Miriam
Miriam added a subtask: T331134: A Generic Topic Classifier for Images on 
Commons.

TASK DETAIL
  https://phabricator.wikimedia.org/T215413

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Miriam
Cc: AikoChou, Capankajsmilyo, Mholloway, Ottomata, Jheald, Cirdan, 
MoritzMuehlenhoff, CDanis, akosiaris, SandraF_WMF, Fuzheado, PDrouin-WMF, 
Krenair, d.astrikov, JoeWalsh, Nirzar, dcausse, fgiunchedi, JAllemandou, leila, 
Capt_Swing, mpopov, Nuria, DarTar, Halfak, Gilles, EBernhardson, dr0ptp4kt, 
MusikAnimal, Abit, elukey, diego, Cparle, Ramsey-WMF, Miriam, Isaac, 
Mohamed-Awnallah, Astuthiodit_1, EChetty, lbowmaker, BTullis, karapayneWMDE, 
Invadibot, GFontenelle_WMF, MPhamWMF, Ywats0ns, maantietaja, FRomeo_WMF, 
CBogen, ItamarWMDE, Nintendofan885, Akuckartz, 4748kitoko, Nandana, JKSTNK, 
Akovalyov, Abdeaitali, Lahi, Gq86, E1presidente, GoranSMilovanovic, QZanden, 
EBjune, Tramullas, Acer, V4switch, LawExplorer, Salgo60, Avner, Silverfish, 
_jensen, rosalieper, Scott_WUaS, Susannaanas, Wong128hk, Jane023, terrrydactyl, 
Wikidata-bugs, Base, matthiasmullie, aude, Daniel_Mietchen, Ricordisamoa, 
Wesalius, Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter, Matanya, 
Mbch331, jeremyb
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T215413: Image Classification Working Group

2023-03-03 Thread Miriam
Miriam updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T215413

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Miriam
Cc: AikoChou, Capankajsmilyo, Mholloway, Ottomata, Jheald, Cirdan, 
MoritzMuehlenhoff, CDanis, akosiaris, SandraF_WMF, Fuzheado, PDrouin-WMF, 
Krenair, d.astrikov, JoeWalsh, Nirzar, dcausse, fgiunchedi, JAllemandou, leila, 
Capt_Swing, mpopov, Nuria, DarTar, Halfak, Gilles, EBernhardson, dr0ptp4kt, 
MusikAnimal, Abit, elukey, diego, Cparle, Ramsey-WMF, Miriam, Isaac, 
Mohamed-Awnallah, Astuthiodit_1, EChetty, lbowmaker, BTullis, karapayneWMDE, 
Invadibot, GFontenelle_WMF, MPhamWMF, Ywats0ns, maantietaja, FRomeo_WMF, 
CBogen, ItamarWMDE, Nintendofan885, Akuckartz, 4748kitoko, Nandana, JKSTNK, 
Akovalyov, Abdeaitali, Lahi, Gq86, E1presidente, GoranSMilovanovic, QZanden, 
EBjune, Tramullas, Acer, V4switch, LawExplorer, Salgo60, Avner, Silverfish, 
_jensen, rosalieper, Scott_WUaS, Susannaanas, Wong128hk, Jane023, terrrydactyl, 
Wikidata-bugs, Base, matthiasmullie, aude, Daniel_Mietchen, Ricordisamoa, 
Wesalius, Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter, Matanya, 
Mbch331, jeremyb
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T309176: Fix Typescript compiler warnings/errors in Termbox CI tests

2023-03-03 Thread gerritbot
gerritbot added a comment.


  Change 894051 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [wikibase/termbox@master] Update Jest to version 28
  
  https://gerrit.wikimedia.org/r/894051

TASK DETAIL
  https://phabricator.wikimedia.org/T309176

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lucas_Werkmeister_WMDE, noarave, ItamarWMDE, Aklapper, Michael, 
Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T328295: Migrate wikibase/termbox to newer Node.js version

2023-03-03 Thread gerritbot
gerritbot added a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T328295

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Aklapper, Michael, Lucas_Werkmeister_WMDE, Themindcoder, Adamm71, Jersione, 
Hellket777, LisafBia6531, Astuthiodit_1, 786, Arnoldokoth, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, wkandek, JMeybohm, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, jijiki, Gaboe420, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T329553: Wikidata Termbox pipeline tests fail with dependency errors in npm dedupe

2023-03-03 Thread gerritbot
gerritbot added a comment.


  Change 894010 had a related patch set uploaded (by Michael Große; author: 
Michael Große):
  
  [wikibase/termbox@master] Migrate to node16 and package-lock.json version 2
  
  https://gerrit.wikimedia.org/r/894010

TASK DETAIL
  https://phabricator.wikimedia.org/T329553

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Michael, Lucas_Werkmeister_WMDE, Aklapper, Themindcoder, Adamm71, Jersione, 
Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, karapayneWMDE, 
Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, 
Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, thcipriani, Wikidata-bugs, aude, 
Lydia_Pintscher, dduvall, Jdforrester-WMF, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T328295: Migrate wikibase/termbox to newer Node.js version

2023-03-03 Thread gerritbot
gerritbot added a comment.


  Change 894010 had a related patch set uploaded (by Michael Große; author: 
Michael Große):
  
  [wikibase/termbox@master] Migrate to node16 and package-lock.json version 2
  
  https://gerrit.wikimedia.org/r/894010

TASK DETAIL
  https://phabricator.wikimedia.org/T328295

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Aklapper, Michael, Lucas_Werkmeister_WMDE, Astuthiodit_1, Arnoldokoth, 
karapayneWMDE, Invadibot, maantietaja, wkandek, JMeybohm, ItamarWMDE, 
Akuckartz, Nandana, jijiki, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T331124: Create updated Wikidata map

2023-03-03 Thread Lydia_Pintscher
Lydia_Pintscher created this task.
Lydia_Pintscher added projects: Wikidata Analytics, Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  **Problem:**
  https://wmde.github.io/wikidata-map/dist/index.html does not have new data. 
We should run the script again to generate newer data. Ideally we would also 
run it on a few more historic dumps to generate more old maps. This would allow 
us to show more progress over time.
  
  **Acceptance criteria:**
  
  [ ] More maps, especially for recent years, have been created
  
  **Notes:**
  
  - Code and documentation for how to generate new maps is available at 
https://github.com/wmde/wikidata-map

TASK DETAIL
  https://phabricator.wikimedia.org/T331124

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lydia_Pintscher
Cc: Aklapper, Lydia_Pintscher, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T330795: Infobox export gadget: Export date-of-birth as one single value instead of two values

2023-03-03 Thread M2k_dewiki
M2k_dewiki added a comment.


  Hello,
  
  with
  
  https://de.wikipedia.org/wiki/Ikuchi-jima
  
  8.902.285
  
  
https://www.wikidata.org/w/index.php?title=Q11574434=1844577948=1784750724
  
  has been transferred instead of
  
  8.902
  
  
https://www.wikidata.org/w/index.php?title=Q11574434=next=1844577948
  
  Thanks!
  
  
https://de.wikipedia.org/w/index.php?title=Wikipedia_Diskussion%3AKurier=23126=231444283

TASK DETAIL
  https://phabricator.wikimedia.org/T330795

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: M2k_dewiki
Cc: putnik, Stepro, Aklapper, M2k_dewiki, Astuthiodit_1, karapayneWMDE, 
Invadibot, Lectrician1, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, dachary, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Ricordisamoa, Tacsipacsi, Sjoerddebruin, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T329488: Query Builder: Add keyboard navigation to Language Selector Component

2023-03-03 Thread gerritbot
gerritbot added a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T329488

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: noarave, gerritbot
Cc: Sarai-WMDE, Aklapper, ItamarWMDE, guergana.tzatchkova, Themindcoder, 
Adamm71, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T329488: Query Builder: Add keyboard navigation to Language Selector Component

2023-03-03 Thread gerritbot
gerritbot added a comment.


  Change 894028 had a related patch set uploaded (by Noa wmde; author: Noa 
wmde):
  
  [wikidata/query-builder@master] Add Keyboard navigation to the language 
selector
  
  https://gerrit.wikimedia.org/r/894028

TASK DETAIL
  https://phabricator.wikimedia.org/T329488

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: noarave, gerritbot
Cc: Sarai-WMDE, Aklapper, ItamarWMDE, guergana.tzatchkova, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T325532: Require trailing commas in multiline arrays in Wikibase codebases

2023-03-03 Thread gerritbot
gerritbot added a comment.


  Change 894021 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/WikibaseLexeme@master] Enable 
MediaWiki.Arrays.TrailingComma sniff
  
  https://gerrit.wikimedia.org/r/894021

TASK DETAIL
  https://phabricator.wikimedia.org/T325532

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Themindcoder, Adamm71, Jersione, 
Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, karapayneWMDE, 
Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T325532: Require trailing commas in multiline arrays in Wikibase codebases

2023-03-03 Thread gerritbot
gerritbot added a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T325532

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Themindcoder, Adamm71, Jersione, 
Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, karapayneWMDE, 
Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T325532: Require trailing commas in multiline arrays in Wikibase codebases

2023-03-03 Thread gerritbot
gerritbot added a comment.


  Change 894020 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/WikibaseLexeme@master] Update 
mediawiki/mediawiki-codesniffer to 41.0
  
  https://gerrit.wikimedia.org/r/894020

TASK DETAIL
  https://phabricator.wikimedia.org/T325532

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T325988: MonthNameUnlocalizer may unlocalize dates in an undesired way

2023-03-03 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Proposed fix: https://github.com/wmde/Time/pull/167

TASK DETAIL
  https://phabricator.wikimedia.org/T325988

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: Michael, Lucas_Werkmeister_WMDE, Aklapper, matej_suchanek, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T331113: gsw: language code sorted as als: in Wikidata

2023-03-03 Thread MBH
MBH created this task.
MBH added projects: Wikidata, Language codes.
Restricted Application added subscribers: Base, Aklapper.

TASK DESCRIPTION
  F36889914: image.png 
  See https://www.wikidata.org/wiki/Q18677875#sitelinks-wikipedia
  
  Also, there is some inconsistency:
  
  - when I type gsw: into search field in wiki, I will be redirected to 
https://als.wikipedia.org/wiki/Wikipedia:Houptsyte
  - but when I go to URL https://gsw.wikipedia.org/ , I will be redirected to 
https://incubator.wikimedia.org/wiki/Wp/gsw
  
  See also T6793 

TASK DETAIL
  https://phabricator.wikimedia.org/T331113

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: MBH
Cc: Aklapper, MBH, Base, mrephabricator, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Nikki, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T331106: Add Wikidata support for azwikimedia

2023-03-03 Thread Maintenance_bot
Maintenance_bot created this task.
Maintenance_bot added projects: Wikidata-Campsite, Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Per https://wikitech.wikimedia.org/wiki/Add_a_wiki once the wiki has been 
created

TASK DETAIL
  https://phabricator.wikimedia.org/T331106

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Maintenance_bot
Cc: Maintenance_bot, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T331094: Add monolingual language code "txg" (Tangut)

2023-03-03 Thread Amire80
Amire80 added a comment.


  No objection from me.

TASK DETAIL
  https://phabricator.wikimedia.org/T331094

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Amire80
Cc: Amire80, Aklapper, Stevenliuyi, mrephabricator, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Nikki, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T331094: Add monolingual language code "txg" (Tangut)

2023-03-03 Thread Stevenliuyi
Stevenliuyi created this task.
Stevenliuyi added projects: Wikidata, Language codes.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Please add the language code "txg"  to the list of language codes supported 
for monolingual text values.
  
  - Language code: txg
  - Language name: Tangut (Q2727930 )
  - Script: Tangut (Q1373610 )
  - Usage examples: Q7427 , Q7158199 
, Q10879940 
, Q85879317 


TASK DETAIL
  https://phabricator.wikimedia.org/T331094

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Stevenliuyi
Cc: Aklapper, Stevenliuyi, mrephabricator, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Nikki, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org