Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat (*): Add i18n support #2534

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
stherrienaspnet wants to merge 23 commits into angular-fullstack:master
base: master
Choose a base branch
Loading
from stherrienaspnet:i18nSupport
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
049c549
imported app/index,js
stherrienaspnet Apr 4, 2017
3354241
Imported yo-rc.json
stherrienaspnet Apr 4, 2017
28f135e
imported yo-rc.json
stherrienaspnet Apr 4, 2017
43d7ed4
Imported i18n files
stherrienaspnet Apr 4, 2017
2b42b0e
Imported get-expected-files.js
stherrienaspnet Apr 4, 2017
16ef89c
Imported app styling files
stherrienaspnet Apr 4, 2017
8b7744e
Imported login files
stherrienaspnet Apr 4, 2017
4a285d5
Imported settings files
stherrienaspnet Apr 4, 2017
7189bfb
Imported signup
stherrienaspnet Apr 4, 2017
e05fe51
Imported admin files
stherrienaspnet Apr 4, 2017
48e0481
Imported main
stherrienaspnet Apr 4, 2017
50b3150
Imported footer files
stherrienaspnet Apr 4, 2017
1aad830
Imported navbar files
stherrienaspnet Apr 4, 2017
77eba3f
Imported app.js
stherrienaspnet Apr 4, 2017
cf971e0
Imported navbar component.js
stherrienaspnet Apr 4, 2017
c87f518
Imported user model and passport.js
stherrienaspnet Apr 4, 2017
4bd9161
Imported app.config.js
stherrienaspnet Apr 4, 2017
4941511
Fixed index file
stherrienaspnet Apr 4, 2017
596bee1
All tests are passing now
stherrienaspnet Apr 4, 2017
fb65fc1
Added text for external auth0 provider
stherrienaspnet Apr 4, 2017
cea6aec
Completed pug integration
stherrienaspnet Apr 5, 2017
5b163fa
json cocntent ordering
stherrienaspnet Apr 5, 2017
197a8bc
Merge branch 'master' into i18nSupport
Awk34 Oct 11, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added text for external auth0 provider
  • Loading branch information
stherrienaspnet committed Apr 4, 2017
commit fb65fc1bcc3b69f28f3622b3b261e2cace37ee5a
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@
"EMAIL_INVALID_FORMAT_MSG":"Doesn't look like a valid email.",
"EMAIL_QUESTION_MSG":"What's your email address?",
"PASSWORD_INVALID_MSG":"This password is not correct.",
"EMAIL_UNREGISTRED_MSG":"This email is not registered."
"EMAIL_UNREGISTRED_MSG":"This email is not registered." ,
"CONNECT_WITH_FACEBOOK":"Connect with Facebook",
"CONNECT_WITH_GOOGLE_PLUS":"Connect with Google+",
"CONNECT_WITH_TWITTER":"Connect with Twitter"
}
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@
"EMAIL_INVALID_FORMAT_MSG":"Ca ne ressemble pas à un courriel valide.",
"EMAIL_QUESTION_MSG":"Quelle est votre adresse courriel?",
"PASSWORD_INVALID_MSG":"Ce mot de passe est incorrect.",
"EMAIL_UNREGISTRED_MSG":"This email is not registered."
}
"EMAIL_UNREGISTRED_MSG":"Ce courriel n'est pas enregistré.",
"CONNECT_WITH_FACEBOOK":"Se connecter avec Facebook",
"CONNECT_WITH_GOOGLE_PLUS":"Se connecter avec Google+",
"CONNECT_WITH_TWITTER":"Se connecter avec Twitter"
}
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<% if(filters.facebookAuth) { %><a ng-class="classes" ng-click="OauthButtons.loginOauth('facebook')" class="btn<% if (filters.bootstrap) { %> btn-social<% } %> btn-facebook">
<i class="fa fa-facebook"></i>
Connect with Facebook
<span<% if (filters.i18nSupport) { %> translate="CONNECT_WITH_FACEBOOK"<% } %>><% if (!filters.i18nSupport) { %>Connect with Facebook<% } %></span>
</a>
<% } if (filters.googleAuth) { %><a ng-class="classes" ng-click="OauthButtons.loginOauth('google')" class="btn<% if (filters.bootstrap) { %> btn-social<% } %> btn-google">
<i class="fa fa-google-plus"></i>
Connect with Google+
<span<% if (filters.i18nSupport) { %> translate="CONNECT_WITH_GOOGLE_PLUS"<% } %>><% if (!filters.i18nSupport) { %>Connect with Google+<% } %></span>
</a>
<% } if (filters.twitterAuth) { %><a ng-class="classes" ng-click="OauthButtons.loginOauth('twitter')" class="btn<% if (filters.bootstrap) { %> btn-social<% } %> btn-twitter">
<i class="fa fa-twitter"></i>
Connect with Twitter
</a><% } %>
<span<% if (filters.i18nSupport) { %> translate="CONNECT_WITH_TWITTER"<% } %>><% if (!filters.i18nSupport) { %>Connect with Twitter<% } %></span>
</a><% } %>

AltStyle によって変換されたページ (->オリジナル) /