Lines 60-67
static const struct
Link Here
|
60 |
/* Some languages do need the declension of the month names. */ |
60 |
/* Some languages do need the declension of the month names. */ |
61 |
{ "pl_PL.UTF-8", "21 lis 2017", "%d %b %Y", 2, 324, 10, 21 }, |
61 |
{ "pl_PL.UTF-8", "21 lis 2017", "%d %b %Y", 2, 324, 10, 21 }, |
62 |
{ "pl_PL.UTF-8", "22 LIS 2017", "%d %B %Y", 3, 325, 10, 22 }, |
62 |
{ "pl_PL.UTF-8", "22 LIS 2017", "%d %B %Y", 3, 325, 10, 22 }, |
63 |
/* TODO: Use the genitive case here as soon as it is added to localedata. */ |
63 |
{ "pl_PL.UTF-8", "23 listopada 2017", "%d %B %Y", 4, 326, 10, 23 }, |
64 |
{ "pl_PL.UTF-8", "23 listopad 2017", "%d %B %Y", 4, 326, 10, 23 }, |
|
|
65 |
/* The nominative case is incorrect here but it is parseable. */ |
64 |
/* The nominative case is incorrect here but it is parseable. */ |
66 |
{ "pl_PL.UTF-8", "24 listopad 2017", "%d %OB %Y", 5, 327, 10, 24 }, |
65 |
{ "pl_PL.UTF-8", "24 listopad 2017", "%d %OB %Y", 5, 327, 10, 24 }, |
67 |
{ "pl_PL.UTF-8", "25 lis 2017", "%d %Ob %Y", 6, 328, 10, 25 }, |
66 |
{ "pl_PL.UTF-8", "25 lis 2017", "%d %Ob %Y", 6, 328, 10, 25 }, |
68 |
- |
|
|