mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Implement basic i18n client-side foundation
This commit is contained in:
parent
59c929d251
commit
8a25509019
9 changed files with 33 additions and 18 deletions
|
@ -44,7 +44,7 @@ export default Service.extend({
|
|||
updateAvailable: false,
|
||||
// empty theme uses default theme
|
||||
theme: '',
|
||||
locale: 'en-US',
|
||||
locale: '',
|
||||
|
||||
getBaseUrl(endpoint) {
|
||||
return [this.get('endpoint'), endpoint].join('/');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue