Skip to content

Commit

Permalink
Updates some doc files for version 6.11.5.
Browse files Browse the repository at this point in the history
Updates the po and mo localization files to be in sync with the translatable strings in the codebase, including translating some Tok Pisin strings recently added/changed.
  • Loading branch information
pngbill committed Jan 2, 2025
1 parent 5c6cef2 commit 2dd6851
Show file tree
Hide file tree
Showing 26 changed files with 7,076 additions and 6,841 deletions.
2 changes: 1 addition & 1 deletion bin/mac/Info.plist
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>$(PRODUCT_NAME)</string> <key>CFBundleGetInfoString</key> <string>$(PRODUCT_NAME) version 6.11.1, (c) 2024 Bruce Waters, Bill Martin, SIL International</string> <key>CFBundleIdentifier</key> <string>org.adapt-it.adaptit</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleLocalizations</key> <array> <string>az</string> <string>en</string> <string>es</string> <string>fr</string> <string>id</string> <string>pt</string> <string>ru</string> <string>swh</string> <string>tpi</string> <string>zh</string> </array> <key>CFBundleLongVersionString</key> <string>6.11.1, (c) 2024 Bruce Waters, Bill Martin, SIL International</string> <key>CFBundleName</key> <string>$(PRODUCT_NAME)</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> <string>$(MARKETING_VERSION)</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>$(CURRENT_PROJECT_VERSION)</string> <key>CSResourcesFileMapped</key> <true/> <key>LSApplicationCategoryType</key> <string>public.app-category.productivity</string> <key>NSHighResolutionCapable</key> <true/> <key>NSHumanReadableCopyright</key> <string>Copyright 2024 Bruce Waters, Bill Martin, SIL International</string> <key>NSPrincipalClass</key> <string>wxNSApplication</string></dict></plist>
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>$(PRODUCT_NAME)</string> <key>CFBundleGetInfoString</key> <string>$(PRODUCT_NAME) version 6.11.5, (c) 2024 Bruce Waters, Bill Martin, SIL International</string> <key>CFBundleIdentifier</key> <string>org.adapt-it.adaptit</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleLocalizations</key> <array> <string>az</string> <string>en</string> <string>es</string> <string>fr</string> <string>id</string> <string>pt</string> <string>ru</string> <string>swh</string> <string>tpi</string> <string>zh</string> </array> <key>CFBundleLongVersionString</key> <string>6.11.5, (c) 2024 Bruce Waters, Bill Martin, SIL International</string> <key>CFBundleName</key> <string>$(PRODUCT_NAME)</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> <string>$(MARKETING_VERSION)</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>$(CURRENT_PROJECT_VERSION)</string> <key>CSResourcesFileMapped</key> <true/> <key>LSApplicationCategoryType</key> <string>public.app-category.productivity</string> <key>NSHighResolutionCapable</key> <true/> <key>NSHumanReadableCopyright</key> <string>Copyright 2024 Bruce Waters, Bill Martin, SIL International</string> <key>NSPrincipalClass</key> <string>wxNSApplication</string></dict></plist>
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
adaptit (6.11.5-1) unstable; urgency=low

* pull in updates

-- Bill Martin <[email protected]> Thu, 27 Dec 2024 18:30:00 -0600

adaptit (6.11.1-1) unstable; urgency=low

* pull in updates
Expand Down
33 changes: 33 additions & 0 deletions docs/Adapt It changes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,37 @@
----------------------------------------------
Version 6.11.5 27 December 2024
----------------------------------------------
Feature changes and new features in 6.11.5
--------------------------------------------------------------------------------------
* The two Insert Placeholder toolbar commands are now more robust and include the
popping up of a small dialog that asks the user for more clarification when AI is
unable to determine the exact location for a newly inserted placeholder at textual
boundaries.
----------------------------------------------
Bug fixes in 6.11.5 update
---------------------------------------------
* Fixed an issue that prevented auto-inserted target entries from being highlighted in
purple background color.
* Fixed an issue where certain inline binding markers like \nd ...\nd* being placed
word-medial would cause the input parsing of the text to break that word into two source
phrases.
* Fixed an issue that would result in certain filtered information not getting
included in the exported source text, namely filtered info that included \va ...\va*
markers.
* Fixed issues with the Insert Placeholder commands on the Toolbar. In certain
circumstances the insertion of placeholders could result in the undesired movement of
boundary markers such as the \c n chapter marker, \v n verse marker, \s1 section head
marker, etc. The insert placeholder code now presents a small dialog when needed to
clarify the position of placeholder insertion when the selection or phrasebox is
located at certain textual boundaries.
* Fixed an issue that could happen when un-merging a previously merged source phrase.
Previously, when a merged source phrase contained filtered information on one of the
merged elements, that filtered information could get duplicated on more than one of
the individual source phrases when the phrase was un-merged.
* Fixed a crash that occurred when retrieving a document that was stored in the
document history, that document being created with an older document version.

----------------------------------------------
Version 6.11.1 7 June 2024
----------------------------------------------
Feature changes and new features in 6.11.1
Expand Down
2 changes: 1 addition & 1 deletion docs/Known Issues and Limitations.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Limitations and known issues in the version 6.11.1
Limitations and known issues in the version 6.11.5
of Adapt It WX and Adapt It WX Unicode:

Windows version:
Expand Down
4 changes: 2 additions & 2 deletions docs/Readme_Unicode_Version.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
IMPORTANT NOTES: (1) YOU MUST HAVE ADMINISTRATOR OR POWERUSER
PRIVILEGES TO INSTALL THIS SOFTWARE ON WINDOWS 10 & 11, Windows 8, 8.1
and WINDOWS 7. (2) YOU SHOULD UNINSTALL ANY VERSION 5.X.X OF ADAPT IT
BEFORE INSTALLING VERSION 6.11.1. YOUR DATA IS NOT AFFECTED BY
BEFORE INSTALLING VERSION 6.11.5. YOUR DATA IS NOT AFFECTED BY
UNINSTALLING.
---------------------------------------------------------------------
Adapt It WX Unicode
---------------------------------------------------------------------
Version 6.11.1
Version 6.11.5
Versions of Adapt It beginning with Version 4.0.0 are cross-platform
capable, being built with the wxWidgets cross-platform GUI framework
(hence the WX in the name). Packages are also available for Linux,
Expand Down
2 changes: 1 addition & 1 deletion docs/adaptit.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" Man page for the adaptit project.
.\" Process this file with
.\" groff -man -Tascii adaptit.1
.TH adaptit 1 "October 5, 2024" "version 6.11.1" "USER COMMANDS"
.TH adaptit 1 "December 27, 2024" "version 6.11.5" "USER COMMANDS"
.SH NAME
adaptit \- helps in translating between related languages
.SH SYNOPSIS
Expand Down
Binary file modified po/az.mo
Binary file not shown.
Loading

0 comments on commit 2dd6851

Please sign in to comment.