Skip to content

Commit

Permalink
fix last_session time display for HU and CS languages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ithanil committed Feb 5, 2025
1 parent f2d9faa commit 7716761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/locales/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"create_new_room": "Vytvořit novou místnost",
"enter_room_name": "Vložte jméno místnosti",
"shared_by": "sdíleno s",
"last_session": "Poslední setkání: {{ room.last_session }}",
"last_session": "Poslední setkání: {{ localizedTime }}",
"no_last_session": "Žádné",
"no_rooms_found": "Žádná místnost nenalezena",
"meeting": {
Expand Down
2 changes: 1 addition & 1 deletion app/assets/locales/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"create_new_room": "Új szoba létrehozása",
"enter_room_name": "Adja meg a szoba nevét",
"shared_by": "megosztotta",
"last_session": "Legutóbbi munkamenet: {{ room.last_session }}",
"last_session": "Legutóbbi munkamenet: {{ localizedTime }}",
"no_last_session": "Nem voltak munkamenetek létrehozva",
"search_not_found": "Nem találhatók szobák",
"rooms_list_is_empty": "Még nincs egy szobája sem.",
Expand Down

0 comments on commit 7716761

Please sign in to comment.