468 results found
-
Inserting a new string between strings already present
It would be useful inserting a string between two other strings (like in MS Excel), because this way it is easier to mantain strings sorted in case I forgot some of them.
4 votes -
Identify automatic translation on public Join page
It would be really nice to have a label identifying languages that include automatic translations on the public Join page.
I prefer to have an automatic translation than no translation, so on my projects I start by generating an auto translation then request help from users to suggest improvements. If they visit the join page and see '100%' they are inclined not to take it any further.
4 votes -
order multiple translations
hi guys, would be great to be able to create an order for multiple translations at once. (from one source language)
4 votes -
Messages exported to incorrect file
For https://github.com/commons-app/apps-android-commons , there are two message files per language.
https://github.com/commons-app/apps-android-commons/tree/master/app/src/main/res/values
error.xml
strings.xmlWhen I export the translations, all messages are being exported to the error.xml file, and all messages are being exported to the strings.xml.
4 votes -
Most recently edited terms?
Is there something like a most recently edited terms function?
4 votes -
Public link to specific language
It would be useful to have a public link of the project directing to a specific language.
Currently having troubles to aquire translators when just linking them to the "generic" public page. I assume they would more likely join if their language would already be "preselected"/filtered.4 votes -
Upload one file with all translations
Instead of uploading 1 file with keys and values for each language, allow uploading a file with the first column = key names, second translations in one language, third = translations in second language, etc.
The language will differ by the first cell of the column.4 votes -
resx "
The quotes " in the text are exported to the RESX as ". The VisualStudio 2017 reads the resx file fine, but it replaces all " to ". It would be better to export the text as the VisualStudio does.
Consider the following scenario:
- Export resx from poeditor to Git repository.
- Do a small change in the resx by VisualStudio and save the file.
- resx has many changes compared to the version in Git caused by " converted to ".4 votes -
automatically notify contributors
We are using the API and VSTS integration to build a continuous CD pipeline includign translation, all pieces in place except notifying the contributors that there are new and/or changed translations.
Our suggestion is to either build an API endpoint to pass in a message and a list of contributors to be notified or better even an option in the project settings to automatically notify contributors (using some standard message)....
The reson for this automated messaging is to minimize the time between change and the translation being available.
Thanks!
4 votes -
Add option to search through all languages
We would like to be able to search all languages of a project for a certain string (bonus points for allowing case sensitive search) in order to replace all occurrences of this string. Now we have to look at each language separately which is a bit of a drag.
It would be even better if this could be extended to search all languages of all projects connected to my account.
4 votes -
Export all terms at once from many projects by project IDs
We have split translations into many "projects" and for the moment we are fetching translations for each project by doing a separate call. So during deploy we are doing 180 reuqest which sometimes failing.
4 votes -
Automatic translation not working
I get the following message
The Automatic Translation system is not available right now.
4 votes -
Markdown preview not working?
Read about it in the docs but cant get it to work. The term is recognized as context:markdown but I dont get the preview icon?
4 votes -
Sort by last changes in reference language
In an ongoing project a translator needs the possibility to sort by "last changes in reference language". The "fuzzy" flag isn't safe to rely on.
I'm a voluntary translator (of many) in a project, where the reference language is changed by different developers, and most of them only have the right to modify, but not to manage. And non of them is using the "fuzzy flag for other languages" since the day the main designer has left the project (who was the only one using that flag).
And currently the reference language is undergoing a maintenance cycle, some changes needs…4 votes -
Allow configuration of QA checks (per language)
The QA checks for number of periods matching the source text are invalid in Punjabi because it doesn't use full stops.
I would like to configure which QA checks are valid for my project, and ideally per-language - with some sensible defaults per-language.
4 votes -
exact
I would like to see a possibility to do an exact word/phrase search. In our system a search for the term "Patient" gives 62 pages of results, many of which are long phrases or sentences containing the word "Patient".
Since I often know exactly what phrase/word I want to translate, an exact search would narrow my scope immensely.4 votes -
Export to .properties files works incorrectly
Html markup symbols such as '!', '=' escaped with '\' on project export to .properties file.
4 votesAs far as we know, ! and = symbols need to be escaped in .properties files.
If there is an exception in the case of strings with HTML tags, we'd appreciate it if you could share a link to the relevant official documentation. -
Adding a new term clears the search field
When I add a new term the search field is cleared.
I usually add multiple terms with the same context and would like to see the terms I have added. As the search field is now cleared I have to search again and again to see what terms I have added and what I have left to add.4 votes -
Specifiy a seperate notifications e-mail address (per project)
As a project owner I like to receive notifications on new comments in my private mailbox. Right now we specified our company info@ e-mailadress in our account for billing purposes, but it is unwanted to also receive notification e-mails at that address.
It would be nice to be able to specifiy 1 or more e-mailadresses per project for notifications.
3 votes -
Custom file format
A nice function to add would be custom file format, I for example use a modified java .properties file without spaces, so it would be a convenience to be able to specify the format for loading terms and exporting languages.
It could be a simple project setting that could look like:
{term}={translation}\n
which would essentially be a .properties without spaces. Other keywords could be {context}, {definition}, {reference} and anything else the system can process.
This idea could be expanded, here are some more ideas that could be perhaps worth considering although they aren't as important:
"User formats", which would be…
3 votes
- Don't see your idea?