Skip to content

Commit

Permalink
Localization and documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
javidominguez committed Apr 25, 2021
1 parent 8100959 commit 28fa7ee
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# FEN reader

This addon translates a chess game position from FEN code to human friendly description.

Forsyth–Edwards Notation (FEN) is a standard notation for describing a particular board position of a chess game.
[ForsythEdwards Notation (FEN)](https://en.wikipedia.org/wiki/Forsyth%E2%80%93Edwards_Notation) is a standard notation for describing a particular board position of a chess game.

## Usage:

* Select text with a valid FEN code or copy it in clipboard
* Select text with a valid FEN code or copy it in the clipboard
* Press NVDA+Control+F8 to read description

## Settings
In NVDA preferences > Options > FEN reader you can select this settings:
* Use phonetic alphabet in column names
* Use phonetic alphabet in square names
* Always copy position to clipboard
* Show position in a window

Note about notation languages: English notation is standard and usually used in all languages, but local notation language is also used sometimes. As of version 2.0 it is not necessary to define the notatyion language, the addon detects it automatically.
Note about notation languages: English notation is standard and usually used in all languages, but local notation language is also used sometimes. As of version 2.0 it is not necessary to define the notation language, the addon detects it automatically.
18 changes: 9 additions & 9 deletions addon/locale/fr/LC_MESSAGES/nvda.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: fenCodeReader 1.0\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2021-04-17 16:23+0200\n"
"PO-Revision-Date: 2021-04-20 14:12+0100\n"
"PO-Revision-Date: 2021-04-24 17:33+0100\n"
"Last-Translator: Rémy Ruiz <[email protected]>\n"
"Language-Team: Rémy Ruiz <[email protected]>\n"
"Language: fr\n"
Expand Down Expand Up @@ -204,35 +204,35 @@ msgstr "Pions noirs"
#. Translators: Column names expressed in phonetic alphabet
#: addon\globalPlugins\FENCodeReader\fen.py:57
msgid "Alpha"
msgstr "Anatole"
msgstr "Ana"

#: addon\globalPlugins\FENCodeReader\fen.py:57
msgid "Bravo"
msgstr "Berthe"
msgstr "Bella"

#: addon\globalPlugins\FENCodeReader\fen.py:57
msgid "Charlie"
msgstr "Célestin"
msgstr "César"

#: addon\globalPlugins\FENCodeReader\fen.py:57
msgid "Delta"
msgstr "Désiré"
msgstr "David"

#: addon\globalPlugins\FENCodeReader\fen.py:57
msgid "Echo"
msgstr "Eugène"
msgstr "Eva"

#: addon\globalPlugins\FENCodeReader\fen.py:57
msgid "Foxtrot"
msgstr "François"
msgstr "Félix"

#: addon\globalPlugins\FENCodeReader\fen.py:57
msgid "Golf"
msgstr "Gaston"
msgstr "Gustavo"

#: addon\globalPlugins\FENCodeReader\fen.py:57
msgid "Hotel"
msgstr "Henri"
msgstr "Héctor"

#: addon\globalPlugins\FENCodeReader\fen.py:94
#, python-format
Expand Down

0 comments on commit 28fa7ee

Please sign in to comment.