Skip to content

Commit

Permalink
welcome: add some {{Welcomeen-XX}} templates (#2042)
Browse files Browse the repository at this point in the history
* welcome: add some {{Welcomeen-XX}} templates

* alphabetize
  • Loading branch information
fredster33 authored Nov 19, 2024
1 parent ad1c5a1 commit 9b2ecba
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions modules/friendlywelcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,10 @@ Twinkle.welcome.templates = {
description: 'welcome for users whose first language appears to be German',
syntax: '{{subst:welcomeen-de}}'
},
'welcomeen-ha': {
description: 'welcome for users whose first language appears to be Hausa',
syntax: '{{subst:welcomeen-ha}}'
},
'welcomeen-he': {
description: 'welcome for users whose first language appears to be Hebrew',
syntax: '{{subst:welcomeen-he}}'
Expand All @@ -568,6 +572,10 @@ Twinkle.welcome.templates = {
description: 'welcome for users whose first language appears to be Korean',
syntax: '{{subst:welcomeen-ko}}'
},
'welcomeen-ms': {
description: 'welcome for users whose first language appears to be Malay',
syntax: '{{subst:welcomeen-ms}}'
},
'welcomeen-ml': {
description: 'welcome for users whose first language appears to be Malayalam',
syntax: '{{subst:welcomeen-ml}}'
Expand All @@ -576,10 +584,22 @@ Twinkle.welcome.templates = {
description: 'welcome for users whose first language appears to be Marathi',
syntax: '{{subst:welcomeen-mr}}'
},
'welcomeen-no': {
description: 'welcome for users whose first language appears to be Norwegian',
syntax: '{{subst:welcomeen-no}}'
},
'welcomeen-or': {
description: 'welcome for users whose first language appears to be Oriya (Odia)',
syntax: '{{subst:welcomeen-or}}'
},
'welcomeen-fa': {
description: 'welcome for users whose first language appears to be Persian',
syntax: '{{subst:welcomeen-fa}}'
},
'welcomeen-pl': {
description: 'welcome for users whose first language appears to be Polish',
syntax: '{{subst:welcomeen-pl}}'
},
'welcomeen-pt': {
description: 'welcome for users whose first language appears to be Portuguese',
syntax: '{{subst:welcomeen-pt}}'
Expand All @@ -600,9 +620,29 @@ Twinkle.welcome.templates = {
description: 'welcome for users whose first language appears to be Swedish',
syntax: '{{subst:welcomeen-sv}}'
},
'welcomeen-th': {
description: 'welcome for users whose first language appears to be Thai',
syntax: '{{subst:welcomeen-th}}'
},
'welcomeen-tl': {
description: 'welcome for users whose first language appears to be Tagalog',
syntax: '{{subst:welcomeen-tl}}'
},
'welcomeen-tr': {
description: 'welcome for users whose first language appears to be Turkish',
syntax: '{{subst:welcomeen-tr}}'
},
'welcomeen-uk': {
description: 'welcome for users whose first language appears to be Ukrainian',
syntax: '{{subst:welcomeen-uk}}'
},
'welcomeen-ur': {
description: 'welcome for users whose first language appears to be Urdu',
syntax: '{{subst:welcomeen-ur}}'
},
'welcomeen-vi': {
description: 'welcome for users whose first language appears to be Vietnamese',
syntax: '{{subst:welcomeen-vi}}'
}
}
}
Expand Down

0 comments on commit 9b2ecba

Please sign in to comment.