Skip to content

Commit

Permalink
update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed Nov 5, 2023
1 parent 473f0c6 commit 87a5284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion do/trans_download.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func printBadTranslations() {
uri := "https://www.apptranslator.org/app/SumatraPDF/" + lang
fmt.Printf("\n%s\n", uri)
}
fmt.Printf(" :: %s\n'%s' => '%s'\n", bt.currString, bt.orig, bt.fixed)
fmt.Printf("%s\n '%s' => '%s'\n", bt.currString, bt.orig, bt.fixed)
}
}

Expand Down
2 changes: 1 addition & 1 deletion translations/translations.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AppTranslator: SumatraPDF
e07a183234fb65910c391d02da37d4633e7f59ef
4735d2e01f73975af59bfbb55acbb608d14f5bff
:%s annotation. Ctrl+click to edit.
am:%s մեկնաբանություն: Ctrl+քլիք՝ խմբագրելու համար:
ar:ملاحظة %s. اضغط Ctrl للتحرير.
Expand Down

3 comments on commit 87a5284

@alienfxfiend
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Themes are not working with this latest commit prerelease build !

@GitHubRulesOK
Copy link
Collaborator

@GitHubRulesOK GitHubRulesOK commented on 87a5284 Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alienfxfiend
wrong place this one is about translations not themes

but looks good to me
image

@alienfxfiend
Copy link

@alienfxfiend alienfxfiend commented on 87a5284 Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It worked for you because you didn't set-up custom colors, try it /w TextColor = #A3DE34 BackgroundColor = #000000 SelectionColor = #f5fc0c. Also, I'am using a WindowBlinds skin but I have UseSysColors = false. Please fix this bug ! Themes don't work /w custom colors, a few days back it worked brilliantly !

Please sign in to comment.