-
Notifications
You must be signed in to change notification settings - Fork 20
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
04 - Add additional languages to the website #9
Open
luca-rath
wants to merge
1
commit into
assignment/03
Choose a base branch
from
assignment/04
base: assignment/03
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
niklasnatter
force-pushed
the
assignment/03
branch
from
July 9, 2020 08:41
29f6a4b
to
c0c1b50
Compare
niklasnatter
force-pushed
the
assignment/04
branch
from
July 9, 2020 08:41
0f72107
to
538093d
Compare
niklasnatter
force-pushed
the
assignment/03
branch
from
September 23, 2020 10:39
82c2319
to
5f0101b
Compare
niklasnatter
force-pushed
the
assignment/04
branch
2 times, most recently
from
September 23, 2020 10:47
1325021
to
d8834f7
Compare
niklasnatter
force-pushed
the
assignment/04
branch
from
October 21, 2020 07:04
d8834f7
to
ce0b250
Compare
niklasnatter
force-pushed
the
assignment/03
branch
from
October 21, 2020 08:23
c1f1b51
to
7bf512d
Compare
niklasnatter
force-pushed
the
assignment/04
branch
from
October 21, 2020 08:23
ce0b250
to
5c8bf6e
Compare
niklasnatter
force-pushed
the
assignment/03
branch
from
October 21, 2020 09:32
7bf512d
to
afbf342
Compare
niklasnatter
force-pushed
the
assignment/04
branch
from
October 21, 2020 09:32
5c8bf6e
to
35f0ed7
Compare
niklasnatter
force-pushed
the
assignment/03
branch
from
October 23, 2020 09:16
afbf342
to
c37ea3b
Compare
niklasnatter
force-pushed
the
assignment/04
branch
3 times, most recently
from
October 23, 2020 15:14
95301c8
to
431e715
Compare
luca-rath
force-pushed
the
assignment/04
branch
from
November 6, 2020 13:12
431e715
to
83b77af
Compare
niklasnatter
force-pushed
the
assignment/04
branch
from
February 16, 2021 13:59
83b77af
to
8064126
Compare
niklasnatter
force-pushed
the
assignment/03
branch
from
February 16, 2021 14:23
3cd912b
to
e71e032
Compare
niklasnatter
force-pushed
the
assignment/04
branch
from
February 16, 2021 14:23
8064126
to
2ff2508
Compare
niklasnatter
force-pushed
the
assignment/03
branch
from
March 29, 2021 14:14
e71e032
to
be8c88b
Compare
niklasnatter
force-pushed
the
assignment/04
branch
2 times, most recently
from
March 31, 2021 10:51
3c653f3
to
e685d78
Compare
niklasnatter
force-pushed
the
assignment/03
branch
from
May 27, 2021 12:47
96ae2c2
to
89e7baa
Compare
niklasnatter
force-pushed
the
assignment/04
branch
2 times, most recently
from
May 27, 2021 12:56
7d90680
to
671d719
Compare
niklasnatter
force-pushed
the
assignment/03
branch
from
June 22, 2021 08:46
89e7baa
to
f6ef6bc
Compare
niklasnatter
force-pushed
the
assignment/04
branch
from
June 22, 2021 08:46
671d719
to
a902ba9
Compare
niklasnatter
force-pushed
the
assignment/03
branch
from
June 20, 2022 19:46
f6ef6bc
to
e1e8742
Compare
niklasnatter
force-pushed
the
assignment/04
branch
from
June 20, 2022 19:46
a902ba9
to
9d0a8af
Compare
niklasnatter
force-pushed
the
assignment/03
branch
from
June 20, 2022 20:06
e1e8742
to
618064d
Compare
niklasnatter
force-pushed
the
assignment/04
branch
2 times, most recently
from
June 20, 2022 21:10
327d8a5
to
e2c983f
Compare
niklasnatter
force-pushed
the
assignment/03
branch
from
June 20, 2022 21:19
d5886d2
to
b5a94c5
Compare
niklasnatter
force-pushed
the
assignment/04
branch
from
June 20, 2022 21:19
e2c983f
to
1b13d6b
Compare
niklasnatter
force-pushed
the
assignment/04
branch
from
October 17, 2022 13:31
1b13d6b
to
4d47830
Compare
niklasnatter
force-pushed
the
assignment/04
branch
from
October 17, 2022 14:52
4d47830
to
cc8dded
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add additional languages to the website
Goal
Our website is gaining traction in germany and france. To communicate with our new users in their native language we
want to add german an french as additional languages and translate our existing content.
Steps
config/webspaces/example.xml
filebin/console sulu:document:initialize
to initialize the new languagestemplates/base.html.twig
Hints
{{ dump(urls) }}
in the Twig template to find out how Sulu provides urls for multiple languagesMore Information
As Sulu is built for internationally focused companies, managing localized content is a core feature of the system.
Sulu does not only handle different languages, but also allows to manage different variations of a single language
among different countries.
Available localizations for the content of the website are defined in the webspace configuration file.
Links