Skip to content

Commit

Permalink
bumped version updated translation timer
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Nov 19, 2024
1 parent c2f9798 commit 171b93f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,7 @@ async function localiseUI(locale) {
// //Explore location header
document.querySelector("label[for='explore-locations']").textContent = i18nHeadings[locale].location;
document.getElementById('exploreRange').innerHTML = `<span class="material-symbols-outlined align-bottom">date_range</span><span>${localisationData['explore-datefilter']}</span> <span class="material-symbols-outlined float-end">expand_more</span>`;
console.warn(`Translation took: ${Date.now() - t0} ms`)
console.warn('Translation', `${Date.now() - t0} ms`)
return localisationData
} catch (error) {
console.error('Localisation Error:', error.message);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chirpity",
"version": "2.4.1",
"version": "2.4.2.alpha1",
"description": "Chirpity Nocmig",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 171b93f

Please sign in to comment.