1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 13:35:25 +02:00

Initial i18n experiment

This commit is contained in:
McMatts 2022-03-01 16:22:53 -05:00
parent 32a9528e6d
commit 245c538990
12 changed files with 103 additions and 38 deletions

View file

@ -30,6 +30,7 @@ export default Model.extend({
theme: attr('string'),
created: attr(),
revised: attr(),
locale: attr('string', { defaultValue: "en-US" }),
fullname: computed('firstname', 'lastname', function () {
return `${this.get('firstname')} ${this.get('lastname')}`;