99eaf59509
* Ability to change the account name * Ability to set a language to the account Addresses: #667 #307 Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
7 lines
79 B
JavaScript
7 lines
79 B
JavaScript
import en from './en';
|
|
import de from './de';
|
|
|
|
export default {
|
|
de,
|
|
en,
|
|
};
|