From 52aa4fea3509abbadbccf6226ac381a48eaeef72 Mon Sep 17 00:00:00 2001 From: Kevin M Date: Wed, 22 Mar 2023 04:51:24 -0700 Subject: [PATCH] updates to README.md * Add localization section to publicize what languages are supported * update the localization % and links to the new Localization section * add Npackd as a software source (badge) --- README.md | 44 +++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 41 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e771bbd..cf560517 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[![Documentation](https://img.shields.io/badge/Docs-Outdated-yellowgreen)](https://htmlpreview.github.io/?https://github.com/sylikc/jpegview/blob/master/src/JPEGView/Config/readme.html) [![Localization Progress](https://img.shields.io/badge/Localized-84%25-blueviolet)](https://github.com/sylikc/jpegview/wiki/Localization) [![Build x64](https://github.com/sylikc/jpegview/actions/workflows/build-release-x64.yml/badge.svg?branch=master)](https://github.com/sylikc/jpegview/actions/workflows/build-release-x64.yml) [![OS Support](https://img.shields.io/badge/Windows-XP%20%7C%207%20%7C%208%20%7C%2010%20%7C%2011-blue)](#) [![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue)](https://github.com/sylikc/jpegview/blob/master/LICENSE.txt) +[![Documentation](https://img.shields.io/badge/Docs-Outdated-yellowgreen)](https://htmlpreview.github.io/?https://github.com/sylikc/jpegview/blob/master/src/JPEGView/Config/readme.html) [![Localization Progress](https://img.shields.io/badge/Localized-91%25-blueviolet)](#Localization) [![Build x64](https://github.com/sylikc/jpegview/actions/workflows/build-release-x64.yml/badge.svg?branch=master)](https://github.com/sylikc/jpegview/actions/workflows/build-release-x64.yml) [![OS Support](https://img.shields.io/badge/Windows-XP%20%7C%207%20%7C%208%20%7C%2010%20%7C%2011-blue)](#) [![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue)](https://github.com/sylikc/jpegview/blob/master/LICENSE.txt) -[![Latest GitHub Release](https://img.shields.io/github/v/release/sylikc/jpegview?label=GitHub&style=social)](https://github.com/sylikc/jpegview/releases)[![Downloads](https://badgen.net/github/assets-dl/sylikc/jpegview?cache=3600&color=grey&label=)](#) [![WinGet](https://repology.org/badge/version-for-repo/winget/jpegview.svg?allow_ignored=1&header=WinGet)](https://winstall.app/apps/sylikc.JPEGView) [![PortableApps](https://img.shields.io/badge/PortableApps-Current-green)](https://portableapps.com/apps/graphics_pictures/jpegview_portable) [![Chocolatey](https://img.shields.io/chocolatey/v/jpegview)](https://community.chocolatey.org/packages/jpegview) +[![Latest GitHub Release](https://img.shields.io/github/v/release/sylikc/jpegview?label=GitHub&style=social)](https://github.com/sylikc/jpegview/releases)[![Downloads](https://badgen.net/github/assets-dl/sylikc/jpegview?cache=3600&color=grey&label=)](#) [![WinGet](https://repology.org/badge/version-for-repo/winget/jpegview.svg?allow_ignored=1&header=WinGet)](https://winstall.app/apps/sylikc.JPEGView) [![PortableApps](https://img.shields.io/badge/PortableApps-Current-green)](https://portableapps.com/apps/graphics_pictures/jpegview_portable) [![Chocolatey](https://img.shields.io/chocolatey/v/jpegview)](https://community.chocolatey.org/packages/jpegview) [![Npackd](https://repology.org/badge/version-for-repo/npackd_stable/jpegview.svg?allow_ignored=1&header=Npackd)](https://www.npackd.org/p/jpegview) # JPEGView - Image Viewer and Editor @@ -103,6 +103,44 @@ Another option is to use the official [JPEGView on PortableApps](https://portabl * See what has changed in the [latest releases](https://github.com/sylikc/jpegview/releases) * Or Check the [CHANGELOG.txt](https://github.com/sylikc/jpegview/blob/master/CHANGELOG.txt) to review new features in detail. +# Localization + +By default, the language is auto-detected to match your Windows Locale. All the text in the menus and user interface should show in your language. To override the auto-detection, manually set `Language` option in `JPEGView.ini` + +JPEGView is currently translated/localized to 27 languages: + +| INI Option | Language | +| ---------- | -------- | +| be | Belarusian | +| cs | Czech | +| de | German | +| el | Greek, Modern | +| es-ar | Spanish (Argentina) | +| es | Spanish | +| eu | Basque | +| fi | Finnish | +| fr | French (Français) | +| hu | Hungarian | +| it | Italian | +| ja | Japanese (日本語) | +| ko | Korean (한국어) | +| pl | Polish | +| pt-br | Portuguese (Brazilian) | +| pt | Portuguese | +| ro | Romanian | +| ru | Russian (Русский) | +| sk | Slovak | +| sl | Slovenian (Slovenščina) | +| sr | Serbian (српски) | +| sv | Swedish | +| ta | Tamil | +| tr | Turkish (Türkçe) | +| uk | Ukrainian (Українська) | +| zh-tw | Chinese, Traditional (繁體中文) | +| zh | Chinese, Simplified (简体中文) | + +See the [Localization wiki page](https://github.com/sylikc/jpegview/wiki/Localization#localization-status) for translation status for each language. + # Help / Documentation The JPEGView documentation is a little out of the date at the moment, but should still give a good summary of the features. @@ -114,7 +152,7 @@ This [readme.html](https://htmlpreview.github.io/?https://github.com/sylikc/jpeg This GitHub repo continues the legacy (is a "fork") of the excellent project [JPEGView by David Kleiner](https://sourceforge.net/projects/jpegview/). Unfortunately, starting in 2020, the SourceForge project has essentially been abandoned, with the last update being [2018-02-24 (1.0.37)](https://sourceforge.net/projects/jpegview/files/jpegview/). It's an excellent lightweight image viewer that I use almost daily! -The starting point for this repo was a direct clone from SourceForge SVN to GitHub Git. By continuing this way, it retains all previous commits and all original author comments. +The starting point for this repo was a direct clone from SourceForge SVN to GitHub Git. By continuing this way, it retains all previous commits and all original author comments. I'm hoping with this project, some devs might help me keep the project alive! It's been awhile, and could use some new features or updates. Looking forward to the community making suggestions, and devs will help with some do pull requests as some of the image code is quite a learning curve for me to pick it up. -sylikc