cryptris icon indicating copy to clipboard operation
cryptris copied to clipboard

Multi language support

Open lducas opened this issue 10 years ago • 4 comments

We should here discuss how to integrate multi language support in Cryptris.

With my poor programming skills I see two options. Opinions or other suggestions welcomed !

Solution 1: Replace all literal text by a call to a function translate with the same text (in French) as an argument. The function translate access a table with corresponding translation.

Solution 2: Replace all literal text by a variable that are defined in a single file, and modify the value of those variable depending on the language.

lducas avatar Jun 17 '14 00:06 lducas