You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: scripts/post-build.js
+30-4
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
constfs=require('fs');
2
+
constpath=require('path');
2
3
3
4
constcheerio=require('cheerio');
4
5
constwalkSync=require('walk-sync');
@@ -33,6 +34,19 @@ const notes = {
33
34
Важно: 'Warning',
34
35
};
35
36
37
+
constVENDOR_FIX={
38
+
consent: {
39
+
ru: {
40
+
old: 'Нажав Принять, вы даёте согласие на использование нашим веб-сайтом файлов cookie Google Analytics для предоставления вам наиболее релевантных услуг и в аналитических целях.',
41
+
new: 'Мы используем файлы cookie, чтобы вы могли наилучшим образом пользоваться нашим веб-сайтом. Если вы продолжаете использовать наш веб-сайт, мы полагаем, что вы согласны с таким использованием.',
42
+
},
43
+
en: {
44
+
old: 'By clicking Accept, you consent to our website’s use of Google Analytics cookies in order to give you the most relevant experience, and for analytics purposes.',
45
+
new: 'We use cookies to ensure that you have the best experience on our website. If you continue to use our website, we assume that you are happy with it.',
0 commit comments