Skip to content

Commit 5e6f918

Browse files
authored
Merge pull request #3046 from codeeu/dev
Fix footer Polish text
2 parents 4942020 + d6a10d7 commit 5e6f918

File tree

5 files changed

+22
-42
lines changed

5 files changed

+22
-42
lines changed

public/build/assets/app-Z-qHwvOu.js renamed to public/build/assets/app-BmCQ55CY.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/assets/php_pl-B3wZQ7Ja.js renamed to public/build/assets/php_pl-BpfAPWEp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"isEntry": true
1111
},
1212
"resources/js/app.js": {
13-
"file": "assets/app-Z-qHwvOu.js",
13+
"file": "assets/app-BmCQ55CY.js",
1414
"name": "app",
1515
"src": "resources/js/app.js",
1616
"isEntry": true,
@@ -177,7 +177,7 @@
177177
"isDynamicEntry": true
178178
},
179179
"resources/lang/php_pl.json": {
180-
"file": "assets/php_pl-B3wZQ7Ja.js",
180+
"file": "assets/php_pl-BpfAPWEp.js",
181181
"name": "php_pl",
182182
"src": "resources/lang/php_pl.json",
183183
"isDynamicEntry": true

resources/lang/en/footer.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
<?php
22

33
return [
4-
5-
/*
6-
|--------------------------------------------------------------------------
7-
| Validation Language Lines
8-
|--------------------------------------------------------------------------
9-
|
10-
| The following language lines contain the default error messages used by
11-
| the validator class. Some of these rules have multiple versions such
12-
| as the size rules. Feel free to tweak each of these messages here.
13-
|
14-
*/
154
'privacy_policy' => 'Privacy Policy',
165
'cookies_policy' => 'Cookies Policy',
176
'about_us' => 'About us',

resources/lang/pl/footer.php

Lines changed: 18 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,27 @@
11
<?php
22

33
return [
4-
5-
/*
6-
|--------------------------------------------------------------------------
7-
| Validation Language Lines
8-
|--------------------------------------------------------------------------
9-
|
10-
| The following language lines contain the default error messages used by
11-
| the validator class. Some of these rules have multiple versions such
12-
| as the size rules. Feel free to tweak each of these messages here.
13-
|
14-
*/
15-
'privacy_policy' => 'Politika ta Privatezza',
4+
'privacy_policy' => 'Polityka prywatności',
165
'cookies_policy' => 'Polityka plików cookie',
17-
'about_us' => 'Dwarna',
18-
'about_code_week' => 'Dwar il-Code Week',
19-
'our_values' => 'Il-Valuri tagħna',
20-
'statistics' => 'Statistika',
21-
'partners_sponsors' => 'Imsieħba u Sponsors',
22-
'community' => 'Komunità',
23-
'quick_links' => 'Szybkie linki',
24-
'register' => 'Irreġistra',
25-
'activities_events' => 'Attivitajiet u Avvenimenti',
26-
'learn_teach' => 'Tgħallem u Għallem',
27-
'news' => 'Aħbarijiet',
6+
'about_us' => 'O nas',
7+
'about_code_week' => 'O Code Week',
8+
'our_values' => 'Nasze wartości',
9+
'statistics' => 'Tablica wyników',
10+
'partners_sponsors' => 'Partnerzy i sponsorzy',
11+
'community' => 'Społeczność',
12+
'quick_links' => 'Szybkie odnośniki',
13+
'register' => 'Zarejestruj się',
14+
'activities_events' => 'Aktywności i wydarzenia',
15+
'learn_teach' => 'Ucz się i nauczaj',
16+
'news' => 'Aktualności',
2817
'newsletter_signup' => 'Zapisz się do newslettera',
2918
'educational_resources' => 'Zasoby edukacyjne',
3019
'coding_home' => 'Kodowanie w domu',
3120
'podcast' => 'Podcast',
32-
'challenges' => 'Sfidi',
33-
'hackathons' => 'Hackatony',
34-
'designed_and_developed_by' => 'Zaprojektowany i opracowany przez',
35-
'all_rights_reserved' => 'Wszelkie prawa zastrzeżone'
21+
'challenges' => 'Wyzwania',
22+
'hackathons' => 'Hackathony',
23+
'designed_and_developed_by' => 'Zaprojektowane i opracowane przez',
24+
'all_rights_reserved' => 'Wszelkie prawa zastrzeżone',
25+
'get-involved' => 'Zaangażuj się',
26+
'contact-us' => 'Skontaktuj się z nami',
3627
];

0 commit comments

Comments
 (0)