diff --git a/docs/pt_BR/designers/language-builtin-functions/language-function-if.xml b/docs/pt_BR/designers/language-builtin-functions/language-function-if.xml
index 6a9ebeef..48ce4479 100644
--- a/docs/pt_BR/designers/language-builtin-functions/language-function-if.xml
+++ b/docs/pt_BR/designers/language-builtin-functions/language-function-if.xml
@@ -9,7 +9,7 @@
Todo if deve ter o seu
/if. else e
elseif também são permitidos. Todos os
- condicionais do PHP são reconhecidos, tais como ||, or, &&, and, etc.
+ condicionais do PHP são reconhecidos, tais como ||, or, &&, and, etc.
diff --git a/docs/pt_BR/designers/language-variables/language-variables-smarty.xml b/docs/pt_BR/designers/language-variables/language-variables-smarty.xml
index 1cf568dc..a5376af1 100644
--- a/docs/pt_BR/designers/language-variables/language-variables-smarty.xml
+++ b/docs/pt_BR/designers/language-variables/language-variables-smarty.xml
@@ -106,6 +106,21 @@
+
+ {$smarty.ldelim}
+
+ This variable is used for printing the left-delimiter value literally.
+ See also {ldelim},{rdelim}.
+
+
+
+ {$smarty.rdelim}
+
+ This variable is used for printing the right-delimiter value literally.
+ See also {rdelim},{rdelim}.
+
+
+