Skip to content

Commit 45dbc37

Browse files
committed
Fix code fencing.
1 parent d803307 commit 45dbc37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/core-libraries/internationalization-and-localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ grouping of translation messages. When no group is used, then the default group
5858
is selected.
5959

6060
The core strings messages extracted from the CakePHP library can be stored
61-
separately in a file named **cake.po** in **resources/locales/**.
61+
separately in a file named **cake.po** in `resources/locales/`.
6262
The [CakePHP localized library](https://github.com/cakephp/localized) houses
6363
translations for the client-facing translated strings in the core (the cake
6464
domain). To use these files, link or copy them into their expected location:

0 commit comments

Comments
 (0)