#145 - update locale path (#148)

This commit is contained in:
Adrian Hopek
2022-05-18 09:05:17 +02:00
committed by GitHub
parent 431262dfb7
commit a3b8b18384
10 changed files with 1 additions and 1 deletions

21
lang/pl/resume.php Normal file
View File

@@ -0,0 +1,21 @@
<?php
declare(strict_types=1);
return [
"language_levels" => [
1 => "A1",
2 => "A2",
3 => "B1",
4 => "B2",
5 => "C1",
6 => "C2",
],
"technology_levels" => [
1 => "Beginner",
2 => "Junior",
3 => "Regular",
4 => "Advanced",
5 => "Expert",
],
];