Prepare i18n files
authorChocobozzz <me@florianbigard.com>
Thu, 31 May 2018 16:12:15 +0000 (18:12 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 5 Jun 2018 06:43:01 +0000 (08:43 +0200)
commit989e526abf0c0dd7958deb630df009608561bb67
tree5d948bf953a7006b1d6b8c34fb03da1df612a50f
parent1dd59831f80ff4d49f3b60c8c3b2aabfb1512eeb
Prepare i18n files
28 files changed:
.gitignore
client/package.json
client/src/app/app.component.ts
client/src/app/app.module.ts
client/src/app/core/routing/redirect.service.ts
client/src/app/shared/misc/utils.ts
client/src/app/shared/shared.module.ts
client/src/app/videos/+video-watch/video-watch.component.html
client/src/app/videos/+video-watch/video-watch.component.ts
client/src/app/videos/video-list/video-local.component.ts
client/src/app/videos/video-list/video-recently-added.component.ts
client/src/app/videos/video-list/video-search.component.ts
client/src/app/videos/video-list/video-trending.component.ts
client/src/locale/source/messages_en_US.xml [new file with mode: 0644]
client/src/locale/target/messages_fr.xml [new file with mode: 0644]
client/yarn.lock
package.json
scripts/build/client.sh
scripts/i18n/generate.sh [new file with mode: 0755]
scripts/i18n/pull-hook.sh [new file with mode: 0755]
scripts/release.sh
server.ts
server/controllers/client.ts
shared/models/i18n/i18n.ts [new file with mode: 0644]
shared/models/i18n/index.ts [new file with mode: 0644]
shared/models/index.ts
yarn.lock
zanata.xml [new file with mode: 0644]