Search found 27 matches

by okonvick
Fri Jan 31, 2020 12:41 am
Forum: MadCap Lingo General Discussion
Topic: Batch removing old translation variants from TM
Replies: 2
Views: 2791

Re: Batch removing old translation variants from TM

To answer my own question, Lingo does not include a function for this, so I've put together a piece of SQL code that solves this problem. The script looks for translations the source segments of which are the same - in other words for different translations of the same thing. If more than one transl...
by okonvick
Thu Jan 16, 2020 5:18 am
Forum: MadCap Lingo General Discussion
Topic: Batch removing old translation variants from TM
Replies: 2
Views: 2791

Batch removing old translation variants from TM

I have a large TM developed over the course of many years. We have recently done a revision of the translation of one of our larger projects, so some existing segment translations were edited. As a result, we now have many cases when the TM includes two variants of how to translate the same thing. I...
by okonvick
Tue Oct 29, 2019 1:11 am
Forum: Styles, Stylesheets and XML
Topic: mc-hidden not working
Replies: 4
Views: 1852

Re: mc-hidden not working

Good replies for me :-) Since all of the usages of the style are within a <span> tag, I edited the style so that it is not generic (making .mystyle span.mystyle) and now, mc-hidden: hidden is working. Many thanks!
by okonvick
Fri Oct 25, 2019 3:46 am
Forum: Styles, Stylesheets and XML
Topic: mc-hidden not working
Replies: 4
Views: 1852

mc-hidden not working

I have several styles that I would like to hide from the Styles sidebar in Flare. My understanding is that the way to go is adding mc-hidden: hidden; to the corresponding selector. Say I have this: .note { color: red; mc-hidden: hidden; } Nothing happens, the style is still present in the sidebar. W...
by okonvick
Tue Sep 10, 2019 2:54 am
Forum: Flare's General Discussion
Topic: Applying language-specific CSS
Replies: 6
Views: 2939

Re: Applying language-specific CSS

That sounds like a great advice, techwriter31! Just one thing - how do you apply conditions to what CSS files are used?
by okonvick
Mon Aug 05, 2019 11:31 pm
Forum: Flare's General Discussion
Topic: Applying language-specific CSS
Replies: 6
Views: 2939

Re: Applying language-specific CSS

Thanks for the advice. Actually, I wanted to stick with system fonts since I've had trouble embedding fonts that are not bundled with windows in the PDF (is it possible, by the way?). After some trying, it seems the simplest option is the right one:

Code: Select all

font-family: 'Segoe UI', 'Meiryo';
by okonvick
Mon Aug 05, 2019 6:56 am
Forum: Flare's General Discussion
Topic: Applying language-specific CSS
Replies: 6
Views: 2939

Applying language-specific CSS

When we translate a Flare project from English to Japanese, the used font (Calibri) becomes unusable, since Calibri does not support Japanese characters, which means that it falls down to the system default for Japanese characters, which looks ugly. Is there any way to specify which font to use for ...
by okonvick
Wed Jun 27, 2018 7:15 am
Forum: MadCap Lingo General Discussion
Topic: Problems in old project after upgrading from V9 to V10
Replies: 1
Views: 1988

Problems in old project after upgrading from V9 to V10

We have a project that we started translating in Lingo V9. Over the course of time, we decided to start using V10. Sadly, this also brought about some problems that we're unsure how to solve now. We are currently in the evaluation phase of V10, so I would like to find out if these are possible to so...
by okonvick
Tue Jan 09, 2018 6:27 am
Forum: MadCap Lingo General Discussion
Topic: Path too long on new operating systems
Replies: 1
Views: 2373

Path too long on new operating systems

I have a Lingo V9 project with quite an extensive hierarchy and as a result, long file paths. I frequently encounter the "path too long" error when exporting the translated project to Flare. I know I could get rid of the problem by shortening my structure, but that's not really an option f...
by okonvick
Thu Nov 02, 2017 6:56 am
Forum: MadCap Lingo General Discussion
Topic: Misaligned TM suggestions
Replies: 0
Views: 1555

Misaligned TM suggestions

Sometimes when I click into an empty cell for a segment translation, that is, I get TM suggestion that is relevant for the segment translation below the one I am currently translating. This happens irregularly and I have not been able to find any relation to the files I'm translating, the languages,...
by okonvick
Tue Apr 11, 2017 10:17 am
Forum: MadCap Lingo General Discussion
Topic: The specified path, file name, or both are too long.
Replies: 19
Views: 25286

Re: The specified path, file name, or both are too long.

For the record, I resolved the issue by updating to the most recent version of Windows 10. I confirm that a project that fails to build on previous Windows versions (even non-updated W10) because of the path length gets built on updated Windows 10, which does extend the restriction regarding the pat...
by okonvick
Thu Mar 16, 2017 1:53 am
Forum: MadCap Lingo General Discussion
Topic: The specified path, file name, or both are too long.
Replies: 19
Views: 25286

The specified path, file name, or both are too long.

Hi, I have a Flare project with a somewhat extensive folder structure - however, it builds/publishes just fine. Several weeks back, I ceated a Lingo project based on this Flare project and translated it. Now, when I hit the "Export" button to export the content into a translated Flare proj...
by okonvick
Fri Feb 17, 2017 2:16 am
Forum: MadCap Lingo General Discussion
Topic: How to translate only a part of a Flare project
Replies: 2
Views: 2474

Re: How to translate only a part of a Flare project

That is an excellet advice, thank you! :madcap:
by okonvick
Tue Feb 07, 2017 1:05 am
Forum: MadCap Lingo General Discussion
Topic: How to translate only a part of a Flare project
Replies: 2
Views: 2474

How to translate only a part of a Flare project

Hi, I have a Flare A project which imports another Flare project B (flare project B acts as a repo of topics and mini TOCs shared across multiple projects). Project B is kind of big and it is not fully translated yet. I imported project B into project A because of just a few topics (let's say 20), h...
by okonvick
Tue Jan 17, 2017 12:37 am
Forum: MadCap Lingo General Discussion
Topic: Is it possible to create bilignual documents in Lingo?
Replies: 3
Views: 2629

Re: Is it possible to create bilignual documents in Lingo?

Thanks for the reply. Yes, I really need both languages present in the output. There are several use-cases for this, I'll describe one of them. Imagine you can speak English and you customer, who is, let's say Japanese, cannot. So far, all the communication had to be translated or interpreted - emai...
by okonvick
Mon Jan 16, 2017 6:55 am
Forum: MadCap Lingo General Discussion
Topic: Is it possible to create bilignual documents in Lingo?
Replies: 3
Views: 2629

Is it possible to create bilignual documents in Lingo?

I have a project in English in Flare, which I would like to translate in Lingo so that the translation does NOT replace the original text as usual, but so that it is added below the translation on a per-paragraph level, as in this example: Hello, world. This is a sample paragraph. Hallo Welt. Dies i...
by okonvick
Tue Aug 09, 2016 7:00 am
Forum: Flare's General Discussion
Topic: Number of lines limit?
Replies: 2
Views: 1326

Number of lines limit?

Hi, I have a very, very large topic (html file), almost 13 MB of text. I found out that if the file has more than 114985 lines (not kidding), the topic will simply be skipped without any message when building the target. Does anybody know if there's a way how to get pass this? Obviously, besides the...
by okonvick
Tue Apr 26, 2016 3:58 am
Forum: Single-Sourcing
Topic: Font Advice
Replies: 4
Views: 3202

Re: Font Advice

George, were you able to resolve this somehow? I'm also interested in learning how to do this.
by okonvick
Tue Apr 26, 2016 3:45 am
Forum: MadCap Lingo General Discussion
Topic: Displaying only untranslated segments across all files
Replies: 3
Views: 2937

Displaying only untranslated segments across all files

Hi, we have a large documentation project with hundreds of files. About 95% of the content is translated already, but every now and then, there's a segment or two in a file that are not translated at all. Question: Is it possible to view only the untranslated segments (either in all files or just fi...
by okonvick
Tue Mar 31, 2015 6:46 am
Forum: Importing
Topic: Imported topics not updated on build
Replies: 0
Views: 970

Imported topics not updated on build

Hi, I have a product-specific documentation project, which is importing some topics from a Common project (a project including some general, not product-specific chapters used across our documentation projects). It's a simple import of few selected HTM topics. If I change the content of a topic in t...
by okonvick
Tue Mar 31, 2015 6:41 am
Forum: Importing
Topic: Importing HTM and image files
Replies: 3
Views: 2272

Re: Importing HTM and image files

Also, on a related note: if the HTMs/Topics you're importing are using images, you might have a problem importing only the ones related to the imported topics. I have found that the easiest way to import only the images used in the imported topics is to: 1. select the Topic HTMs to import 2. Select ...
by okonvick
Tue Mar 31, 2015 6:41 am
Forum: Importing
Topic: Need to import older project into newer project
Replies: 3
Views: 2182

Re: Need to import older project into newer project

Also, on a related note: if the HTMs/Topics you're importing are using images, you might have a problem importing only the images used in the imported topics. I have found that the easiest way to import only the images used in the imported topics is to: 1. select the Topic HTMs to import 2. Select t...
by okonvick
Fri Mar 27, 2015 2:36 am
Forum: Contributor General Discussion
Topic: Image captions
Replies: 2
Views: 3312

Re: Image captions

Thanks :) This is what I feared I will have to do :-D

Yeah, thanks too. I'm curious to see how this will turn up in a month or two.
by okonvick
Wed Mar 25, 2015 5:47 am
Forum: Contributor General Discussion
Topic: Image captions
Replies: 2
Views: 3312

Image captions

Hi all, what I'm trying to accomplish is simple really. I want screenshots in our manuals be a div with centered image and a centered caption right below it. To do that, I have created a snippet with a placeholder image which I wanted to insert into the topic in Contributor and then to convert it to...