Skip to content

Commit

Permalink
feat: add Lithuanian Translation (#1267)
Browse files Browse the repository at this point in the history
* Lithuanian Translation

* Lithuanian Translation

Co-authored-by: Yotam Berkowitz <yotamberk@gmail.com>
  • Loading branch information
melloware and yotamberk authored Nov 6, 2021
1 parent 171cdb4 commit e7250f0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/timeline/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2284,6 +2284,13 @@ <h3 id="available-locales">Available locales</h3>
<code>nn_NO</code>
</td>
</tr>
<tr>
<td>Lithuanian</td>
<td>
<code>lt</code><br>
<code>lt_LT</code><br>
</td>
</tr>
</table>


Expand Down
10 changes: 10 additions & 0 deletions lib/timeline/locales.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@ const nb_NO = nb;
const nn = nb;
const nn_NO = nb;

// Lithuanian
const lt = {
current: 'einamas',
time: 'laikas',
deleteSelected: 'Pašalinti pasirinktą',
};
const lt_LT = lt;


const locales = {
en,
Expand Down Expand Up @@ -145,6 +153,8 @@ const locales = {
pt_PT,
ja,
ja_JP,
lt,
lt_LT,
sv,
sv_SE,
nb,
Expand Down

0 comments on commit e7250f0

Please sign in to comment.