Module:en:Dialects/sandbox
Jump to navigation
Jump to search
- This module sandbox lacks a documentation subpage. Please create it.
- Useful links: root page • root page’s subpages • links • transclusions • testcases • sandbox of
local labels, aliases = {}, {}
labels['American'] = {
link = 'American and British English spelling differences',
display = 'American',
}
aliases['en-US'] = 'American'
aliases['US'] = 'American'
labels['British'] = {
link = 'American and British English spelling differences',
display = 'British',
}
aliases['UK'] = 'British'
labels['Commonwealth'] = {
link = 'Commonwealth of Nations',
display = 'Commonwealth',
}
labels['Oxford'] = {
link = 'Oxford spelling',
display = 'Oxford British English',
}
labels['non-Oxford'] = {
link = 'Oxford spelling',
display = 'non-Oxford British English',
}
aliases['en-GB-oxendict'] = 'Oxford'
return {
labels = labels,
aliases = aliases,
}