Skip to content

Commit c9ffb79

Browse files
committed
minor #20987 Mention that backward compatibility promise doesn't cover translations (javiereguiluz)
This PR was merged into the 6.4 branch. Discussion ---------- Mention that backward compatibility promise doesn't cover translations Fix #20980. Given that translations are not code, it felt weird to add a new row to one of the tables of the BC promise page. So, I propose to create a short new section. Commits ------- 53e3b0d Mention that backward compatibility promise doesn't cover translations
2 parents d3fa80c + 53e3b0d commit c9ffb79

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

contributing/code/bc.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,13 @@ covered by our backward compatibility promise:
176176
| Use a public, protected or private method | Yes |
177177
+-----------------------------------------------+-----------------------------+
178178

179+
Using our Translations
180+
~~~~~~~~~~~~~~~~~~~~~~
181+
182+
All translations provided by Symfony for security and validation errors are
183+
intended for internal use only. They may be changed or removed at any time.
184+
Symfony's Backward Compatibility Promise does not apply to internal translations.
185+
179186
Working on Symfony Code
180187
-----------------------
181188

0 commit comments

Comments
 (0)