8000 Merge remote-tracking branch 'upstream/master' · adrienbrault/symfony-docs@30aad67 · GitHub
[go: up one dir, main page]

Skip to content

Commit 30aad67

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents b709dd6 + deccf86 commit 30aad67

File tree

2 files changed

+47
-25
lines changed

2 files changed

+47
-25
lines changed

book/translation.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,16 @@ It's the responsibility of the developer (or translator) of an internationalized
261261
application to create these translations. Translations are stored on the
262262
filesystem and discovered by Symfony, thanks to some conventions.
263263

264+
.. tip::
265+
266+
Each time you create a *new* translation resource (or install a bundle
267+
that includes a translation resource), be sure to clear your cache so
268+
that Symfony can discover the new translation resource:
269+
270+
.. code-block:: bash
271+
272+
$ php app/console cache:clear
273+
264274
.. index::
265275
single: Translations; Translation resource locations
266276

cookbook/index.rst

Lines changed: 37 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,38 @@ Cookbook
44
.. toctree::
55
:hidden:
66

7-
email
8-
gmail
9-
configuration/environments
10-
configuration/pdo_session_storage
11-
configuration/external_parameters
12-
templating/PHP
137
controller/error_pages
148
controller/service
15-
validation/custom_constraint
9+
10+
routing/scheme
11+
12+
assetic/yuicompressor
13+
templating/PHP
14+
15+
doctrine/reverse_engineering
16+
doctrine/doctrine_fixtures
17+
doctrine/mongodb
18+
doctrine/migrations
19+
1620
form/twig_form_customization
1721
form/create_custom_field_type
1822
form/file_uploads
19-
tools/autoloader
20-
tools/finder
21-
logging/monolog
22-
cache/varnish
23+
validation/custom_constraint
24+
25+
configuration/environments
26+
configuration/external_parameters
27+
service_container/factories
28+
service_container/parentservices
29+
configuration/pdo_session_storage
30+
bundles/extension
31+
32+
email
33+
gmail
34+
2335
testing/http_authentication
2436
testing/insulating_clients
2537
testing/profiling
26-
event_dispatcher/class_extension
27-
event_dispatcher/method_behavior
28-
profiler/data_collector
29-
bundles/extension
30-
request/mime_type
31-
doctrine/reverse_engineering
32-
doctrine/doctrine_fixtures
33-
doctrine/mongodb
34-
doctrine/migrations
35-
routing/scheme
38+
3639
security/voters
3740
security/acl
3841
security/acl_advanced
@@ -41,11 +44,20 @@ Cookbook
4144
security/securing_services
4245
security/entity_provider
4346
security/custom_provider
44-
debugging
45-
assetic/yuicompressor
47+
48+
cache/varnish
49+
50+
tools/autoloader
51+
tools/finder
4652
console
47-
service_container/factories
48-
service_container/parentservices
53+
debugging
54+
logging/monolog
55+
56+
event_dispatcher/class_extension
57+
event_dispatcher/method_behavior
58+
request/mime_type
59+
profiler/data_collector
60+
4961
symfony1
5062

5163
.. include:: map.rst.inc

0 commit comments

Comments
 (0)
0