Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - arsen_a

#1
Problems / Question regarding country flags
17. June 2008, 11:27:33
Hi everybody!

I created a unidirectional Spanish-Russian dictionary but there is one inconvenience. This dicitonary displays only one country (Spanish) flag, Russian flag is absent. Is it possible to change something in DictionaryForMIDs.properties file to include in dictionary Russian flag also? Here is the content of my DictionaryForMIDs.properties file, hope it can help! Thanks in advance.

infoText:  Spanish-Russian dictionary
      dictionaryAbbreviation: IDP
      numberOfAvailableLanguages: 2
      language1DisplayText: Spanish
      language2DisplayText: Russian
      language1FilePostfix: Esp
      language2FilePostfix: Rus
      language2IsSearchable: false
      language2GenerateIndex: false
      language1DictionaryUpdateClassName=de.kugihan.dictionaryformids.dictgen.dictionaryupdate.DictionaryUpdatePartialIndex
      dictionaryGenerationSeparatorCharacter: ':'
      indexFileSeparationCharacter: ':'
      searchListFileSeparationCharacter: ':'
      dictionaryFileSeparationCharacter: ':'
      dictionaryGenerationInputCharEncoding: UTF-8
      indexCharEncoding: UTF-8
      searchListCharEncoding: UTF-8
      dictionaryCharEncoding: UTF-8
      language1NormationClassName: de.kugihan.dictionaryformids.translation.normation.NormationLat
      language2NormationClassName: de.kugihan.dictionaryformids.translation.normation.NormationRus
#2
Hello everybody!

Recently I came across to this project and I really appreciate it. I have already made a Spanish-Russian dictionary by your tools, but unfortunately file size is 465kb and it can not run on my Nokia6230. Is it possible to make the dictionary smaller than 300kb? If I make it unidirectional, will it decrease the file size? How can I do that (make unidirectional)? Thanks.