mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
PLT-7 adding lang selector
This commit is contained in:
@@ -1340,3 +1340,18 @@ export function clearFileInput(elm) {
|
||||
// Do nothing
|
||||
}
|
||||
}
|
||||
|
||||
export function languages() {
|
||||
return (
|
||||
[
|
||||
{
|
||||
value: 'en',
|
||||
name: 'English'
|
||||
},
|
||||
{
|
||||
value: 'es',
|
||||
name: 'Español'
|
||||
}
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user