mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-09-20 12:02:49 +02:00
5 lines
159 B
JavaScript
5 lines
159 B
JavaScript
/* eslint-disable import/prefer-default-export */
|
|
|
|
export function setLanguage(actionContext, language) {
|
|
actionContext.dispatch('SetLanguage', language);
|
|
}
|