Merged
Conversation
cz - moved items incorrectly placed in system array to extensions array nl - remove registration array in user array that doesn't appear in any other translations - possibly from an old version that didn't get removed? oc - reordered list to standardize order with other translation files.
he - removed options not appearing in other i18n files, added missing strings
he - removed line not found in other translation files nl - removed line not found in other translation files
Major sorting of oc. Added tags to several languages
ru - added missing strings it - remove extra string not found in other config files he - add missing strings, remove strings not found in other languages oc - reorganize
use format "//TODO - Translation" for easier searching
Member
|
This might be a bit late, but note https://github.com/FreshRSS/FreshRSS/tree/master/cli/i18n |
Member
Alkarex
pushed a commit
that referenced
this pull request
Nov 18, 2018
* [i18n] Update missing string for Occitan According to I18n standardization #2138 this string was missing. Took the most used translation for "to clear" from Firefox, escafar. And «cache» like in French and English. Tell me know if other strings are missing * Removal of the comment Comment removed - comentari tirat - commentaire retiré
mdemoss
pushed a commit
to mdemoss/FreshRSS
that referenced
this pull request
Mar 25, 2021
* i18n Admin standardization cz - moved items incorrectly placed in system array to extensions array nl - remove registration array in user array that doesn't appear in any other translations - possibly from an old version that didn't get removed? oc - reordered list to standardize order with other translation files. * Alphabetize extensions Array * Standardize conf.php he - removed options not appearing in other i18n files, added missing strings * Standardize feedback.php he - removed line not found in other translation files nl - removed line not found in other translation files * Standardize gen.php * Standardize index.php Major sorting of oc. Added tags to several languages * Standardize install.php ru - added missing strings it - remove extra string not found in other config files he - add missing strings, remove strings not found in other languages oc - reorganize * Standardize sub.php * Standardize and fix TODOs use format "//TODO - Translation" for easier searching * Fix whitespace
mdemoss
pushed a commit
to mdemoss/FreshRSS
that referenced
this pull request
Mar 25, 2021
* [i18n] Update missing string for Occitan According to I18n standardization FreshRSS#2138 this string was missing. Took the most used translation for "to clear" from Firefox, escafar. And «cache» like in French and English. Tell me know if other strings are missing * Removal of the comment Comment removed - comentari tirat - commentaire retiré
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
While submitting my last pull request, which involved me looking at the i18n files for the first time, it came to my attention that some of the translation strings weren't in consistent positions across different i18n files.
Several languages (if I remember correctly: nl, he, it) had various (but not consistent!) strings not found in other language files, which I removed. Several others (if I remember correctly: ru, he, oc) had missing strings, which I added.
A bunch of items were out of alphabetical order in their arrays, and that's been corrected.
I also changed all the various formats of todo to "TODO - Translation", for ease of searching.