@sankhyalabs/core-docs 0.0.0-feat-dev-KB-97809.0 → 0.0.0-feat-dev-KB-97809.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/classes/LangUtils.md +3 -3
- package/package.json +1 -1
package/classes/LangUtils.md
CHANGED
@@ -40,7 +40,7 @@ Define o atributo lang no <html> com base no cookie, se existir
|
|
40
40
|
|
41
41
|
#### Source
|
42
42
|
|
43
|
-
src/utils/LangUtils.ts:
|
43
|
+
src/utils/LangUtils.ts:69
|
44
44
|
|
45
45
|
***
|
46
46
|
|
@@ -106,7 +106,7 @@ Recupera o valor do cookie de linguagem
|
|
106
106
|
|
107
107
|
#### Source
|
108
108
|
|
109
|
-
src/utils/LangUtils.ts:
|
109
|
+
src/utils/LangUtils.ts:61
|
110
110
|
|
111
111
|
***
|
112
112
|
|
@@ -127,4 +127,4 @@ e atualiza o cookie de linguagem
|
|
127
127
|
|
128
128
|
#### Source
|
129
129
|
|
130
|
-
src/utils/LangUtils.ts:
|
130
|
+
src/utils/LangUtils.ts:53
|