Movatterモバイル変換


[0]ホーム

URL:


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

[FrameworkBundle] Add default translations path option and convention#24860

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fabpot merged 1 commit intosymfony:3.4fromyceruto:translations_default_path
Nov 11, 2017

Conversation

@yceruto
Copy link
Member

@ycerutoyceruto commentedNov 7, 2017
edited
Loading

QA
Branch?3.4
Bug fix?no
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets-
LicenseMIT
Doc PRToDo

Similar to Twig default path, this proposal adds adefault_path option undertranslator config:

framework:translator:default_path:'%kernel.project_dir%/config/translations'

adding this default path to the discovered translations dirs. Thus, overriding bundle translations is possible by using this new convention:config/translations/<BundleName>/messages.en.xlf.

Also a new container parameter%translator.default_path% is defined by external purpose (similar to#24840)

Note: The current convention%kernel.root_dir%/Resources/translations path has priority over the new one.

TODO:

  • Add more tests about the new path
  • Update changelog

@yceruto
Copy link
MemberAuthor

Having this in 3.4/4.0 could be awesome but I guess it doesn't qualify, right?

@yceruto
Copy link
MemberAuthor

yceruto commentedNov 10, 2017
edited
Loading

Any opinion on this? I'd like to finish it :)

@fabpot
Copy link
Member

It does qualify. LGTM.

@fabpot
Copy link
Member

Wouldn't it be "better" to move them toconfig/translations? Like for serialization and validation configs?

ogizanagi and yceruto reacted with thumbs up emoji

@ycerutoyceruto changed the base branch frommaster to3.4November 10, 2017 20:06
@ycerutoycerutoforce-pushed thetranslations_default_path branch fromdee7d07 to01dbc55CompareNovember 10, 2017 20:13
@ycerutoycerutoforce-pushed thetranslations_default_path branch from01dbc55 to1a8b1b4CompareNovember 10, 2017 20:14
@yceruto
Copy link
MemberAuthor

Great! ready :)

@fabpot
Copy link
Member

Thank you@yceruto.

@fabpotfabpot merged commit1a8b1b4 intosymfony:3.4Nov 11, 2017
fabpot added a commit that referenced this pull requestNov 11, 2017
… and convention (yceruto)This PR was merged into the 3.4 branch.Discussion----------[FrameworkBundle] Add default translations path option and convention| Q             | A| ------------- | ---| Branch?       | 3.4| Bug fix?      | no| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets | -| License       | MIT| Doc PR        | ToDoSimilar to Twig default path, this proposal adds a `default_path` option under `translator` config:```yamlframework:    translator:        default_path: '%kernel.project_dir%/config/translations'```adding this default path to the discovered translations dirs. Thus, overriding bundle translations is possible by using this new convention: `config/translations/<BundleName>/messages.en.xlf`.Also a new container parameter `%translator.default_path%` is defined by external purpose (similar to#24840)Note: The current convention `%kernel.root_dir%/Resources/translations` path has priority over the new one.TODO:- [x] Add more tests about the new path- [x] Update changelogCommits-------1a8b1b4 Add default translations path option and convention
@ogizanagi
Copy link
Contributor

ogizanagi commentedNov 11, 2017
edited
Loading

Do we want to reflect this change in theexisting translation recipe or create a new one for 3.4 (so we can even remove theframework.translator.paths line)?

@fabpot
Copy link
Member

@ogizanagi Let's update the current recipe to point to the "right" directory. Can you submit a PR?

@ogizanagi
Copy link
Contributor

Sure. Done insymfony/recipes#249

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@yceruto@fabpot@ogizanagi@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp