Skip to content

Commit

Permalink
fix rtl
Browse files Browse the repository at this point in the history
  • Loading branch information
William Marques committed Mar 1, 2019
1 parent 648fd05 commit d843fce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions generators/client/files-angular.js
Expand Up @@ -57,6 +57,7 @@ const files = {
templates: ['content/scss/_bootstrap-variables.scss', 'content/scss/global.scss', 'content/scss/vendor.scss']
},
{
condition: generator => generator.enableI18nRTL,
path: MAIN_SRC_DIR,
templates: ['content/scss/rtl.scss']
}
Expand Down
2 changes: 1 addition & 1 deletion test/utils/expected-files.js
Expand Up @@ -541,7 +541,7 @@ const expectedFiles = {
`${CLIENT_MAIN_SRC_DIR}i18n/en/global.json`,
`${CLIENT_MAIN_SRC_DIR}i18n/ar-ly/global.json`,
`${CLIENT_MAIN_SRC_DIR}app/core/language/language.constants.ts`,
`${CLIENT_MAIN_SRC_DIR}content/css/rtl.scss`,
`${CLIENT_MAIN_SRC_DIR}content/scss/rtl.scss`,
`${CLIENT_MAIN_SRC_DIR}app/core/language/language.helper.ts`,
`${CLIENT_MAIN_SRC_DIR}app/shared/language/find-language-from-key.pipe.ts`
],
Expand Down

0 comments on commit d843fce

Please sign in to comment.