Skip to content

Commit

Permalink
remove quotes around .the-year
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Feb 16, 2024
1 parent 50e283e commit 98254ab
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ Module **Date::Names** provides the full name of months and days of the week for

Full names of the months and weekdays are currently available in the following thirteen languages:

### Table 1. Language ISO codes (lower-case) and '.this-year' value
### Table 1. Language ISO codes (lower-case) and '.the-year' value

<table class="pod-table">
<thead><tr>
<th>Language</th> <th>ISO code</th> <th>.the-year</th>
</tr></thead>
<tbody>
<tr> <td>Dutch</td> <td>nl</td> <td>&#39;Het jaar&#39;</td> </tr> <tr> <td>English</td> <td>en</td> <td>&#39;The Year&#39;</td> </tr> <tr> <td>French</td> <td>fr</td> <td>&quot;L&#39;année&quot;</td> </tr> <tr> <td>German</td> <td>de</td> <td>&#39;Das Jahr&#39;</td> </tr> <tr> <td>Indonesian</td> <td>id</td> <td>&#39;Tahun&#39;</td> </tr> <tr> <td>Italian</td> <td>it</td> <td>&quot;L&#39;anno&quot;</td> </tr> <tr> <td>Norwegian (Bokmål)</td> <td>nb</td> <td>&#39;Год» да бокмал&#39;</td> </tr> <tr> <td>Norwegian (Nynorsk)</td> <td>nn</td> <td>&#39;Год» на нюнорск&#39;</td> </tr> <tr> <td>Polish</td> <td>pl</td> <td>&#39;Rok&#39;</td> </tr> <tr> <td>Romanian</td> <td>ro</td> <td>&#39;Anul&#39;</td> </tr> <tr> <td>Russian</td> <td>ru</td> <td>&#39;Год&#39;</td> </tr> <tr> <td>Spanish</td> <td>es</td> <td>&#39;El año&#39;</td> </tr> <tr> <td>Ukranian</td> <td>uk</td> <td>&#39;Рік&#39;</td> </tr>
<tr> <td>Dutch</td> <td>nl</td> <td>Het jaar</td> </tr> <tr> <td>English</td> <td>en</td> <td>The Year</td> </tr> <tr> <td>French</td> <td>fr</td> <td>L&#39;année</td> </tr> <tr> <td>German</td> <td>de</td> <td>Das Jahr</td> </tr> <tr> <td>Indonesian</td> <td>id</td> <td>Tahun</td> </tr> <tr> <td>Italian</td> <td>it</td> <td>L&#39;anno</td> </tr> <tr> <td>Norwegian (Bokmål)</td> <td>nb</td> <td>Год» да бокмал</td> </tr> <tr> <td>Norwegian (Nynorsk)</td> <td>nn</td> <td>Год» на нюнорск</td> </tr> <tr> <td>Polish</td> <td>pl</td> <td>Rok</td> </tr> <tr> <td>Romanian</td> <td>ro</td> <td>Anul</td> </tr> <tr> <td>Russian</td> <td>ru</td> <td>Год</td> </tr> <tr> <td>Spanish</td> <td>es</td> <td>El año</td> </tr> <tr> <td>Ukranian</td> <td>uk</td> <td>Рік</td> </tr>
</tbody>
</table>

Expand Down
28 changes: 14 additions & 14 deletions docs/README.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,24 @@ with B<Raku>'s date functions.
Full names of the months and weekdays are currently available in the
following thirteen languages:

=head3 Table 1. Language ISO codes (lower-case) and '.this-year' value
=head3 Table 1. Language ISO codes (lower-case) and '.the-year' value

=begin table
Language | ISO code | .the-year
--------------------+----------+----------
Dutch | nl | 'Het jaar'
English | en | 'The Year'
French | fr | "L'année"
German | de | 'Das Jahr'
Indonesian | id | 'Tahun'
Italian | it | "L'anno"
Norwegian (Bokmål) | nb | 'Год» да бокмал'
Norwegian (Nynorsk) | nn | 'Год» на нюнорск'
Polish | pl | 'Rok'
Romanian | ro | 'Anul'
Russian | ru | 'Год'
Spanish | es | 'El año'
Ukranian | uk | 'Рік'
Dutch | nl | Het jaar
English | en | The Year
French | fr | L'année
German | de | Das Jahr
Indonesian | id | Tahun
Italian | it | L'anno
Norwegian (Bokmål) | nb | Год» да бокмал
Norwegian (Nynorsk) | nn | Год» на нюнорск
Polish | pl | Rok
Romanian | ro | Anul
Russian | ru | Год
Spanish | es | El año
Ukranian | uk | Рік
=end table

The '.the-year' attribute values were obtained from Google and may not
Expand Down

0 comments on commit 98254ab

Please sign in to comment.