Skip to content

Commit

Permalink
Add unsourced, and welcomeen-it/hi/id (#1963)
Browse files Browse the repository at this point in the history
* Add unsourced, and welcomeen-it/hi/id

Fixes #1958 #1957 #1814

* welcome-anon -> welcome-unregistered

* welcome-anon -> welcome-unregistered

* fix double signature

* alphabetical order

---------

Co-authored-by: NovemLinguae <[email protected]>
Co-authored-by: NovemLinguae <[email protected]>
  • Loading branch information
3 people authored Sep 6, 2024
1 parent 3d8fcf2 commit e478ee0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions modules/friendlywelcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,11 @@ Twinkle.welcome.templates = {
description: 'for unregistered users who have removed content from pages',
linkedArticle: true,
syntax: '{{subst:welcome-unregistered-delete|$ARTICLE$|$USERNAME$}} ~~~~'
},
'welcome-unregistered-unsourced': {
description: 'for anonymous users who have added unsourced content',
linkedArticle: true,
syntax: '{{subst:welcome-unregistered-unsourced|$ARTICLE$|$USERNAME$}}'
}
}
},
Expand Down Expand Up @@ -538,6 +543,18 @@ Twinkle.welcome.templates = {
description: 'welcome for users whose first language appears to be Hebrew',
syntax: '{{subst:welcomeen-he}}'
},
'welcomeen-hi': {
description: 'welcome for users whose first language appears to be Hindi',
syntax: '{{subst:welcomeen-hi}}'
},
'welcomeen-id': {
description: 'welcome for users whose first language appears to be Indonesian',
syntax: '{{subst:welcomeen-id}}'
},
'welcomeen-it': {
description: 'welcome for users whose first language appears to be Italian',
syntax: '{{subst:welcomeen-it}}'
},
'welcomeen-ja': {
description: 'welcome for users whose first language appears to be Japanese',
syntax: '{{subst:welcomeen-ja}}'
Expand Down

0 comments on commit e478ee0

Please sign in to comment.