Skip to content

Commit

Permalink
Resource strings
Browse files Browse the repository at this point in the history
  • Loading branch information
phamduylong authored and Ruben2776 committed Nov 23, 2024
1 parent a5441b4 commit 569e284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/PicView.Core/Config/Languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"DaylightFluorescent": "Daylight fluorescent",
"Del": "Del",
"DeleteFile": "Delete file",
"DeleteFilePermanently": "Are you sure you want to permanently delete",
"DeletedFile": "Deleted file",
"Descending": "Descending",
"DigitalZoom": "Digital zoom",
Expand Down
1 change: 1 addition & 0 deletions src/PicView.Core/Localization/LanguageModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ public record LanguageModel
public string? GallerySettings { get; set; }
public string? GalleryThumbnailStretch { get; set; }
public string? BottomGalleryThumbnailStretch { get; set; }
public string? DeleteFilePermanently { get; set; }
public string? SideBySide { get; set; }
public string? SideBySideTooltip { get; set; }
public string? GlassTheme { get; set; }
Expand Down

0 comments on commit 569e284

Please sign in to comment.