Skip to content

Commit 26d9dae

Browse files
brutumfulmen97Vlatko Percic
andauthored
fix(translations): missing closing brace in rs latin translation for lastSavedAgo (#13172)
Fixed missing closing brace in the translations package for the language rs latin. <img width="885" height="200" alt="image" src="https://github.com/user-attachments/assets/12d00305-6cc9-46ce-87e8-2c66f9d9e63c" /> Here is the code diff. Co-authored-by: Vlatko Percic <vlatko@studiopresent.com>
1 parent fc59448 commit 26d9dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/translations/src/languages/rsLatin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ export const rsLatinTranslations: DefaultTranslationsObject = {
558558
currentPublishedVersion: 'Trenutna Objavljena Verzija',
559559
draft: 'Nacrt',
560560
draftSavedSuccessfully: 'Nacrt uspešno sačuvan.',
561-
lastSavedAgo: 'Zadnji put sačuvano pre {{distance}',
561+
lastSavedAgo: 'Zadnji put sačuvano pre {{distance}}',
562562
modifiedOnly: 'Samo izmenjen',
563563
moreVersions: 'Više verzija...',
564564
noFurtherVersionsFound: 'Nisu pronađene naredne verzije',

0 commit comments

Comments
 (0)