[lingucomponent-issues] [Issue 44793] No Thesaurus for British English (UK, GB)

2006-02-19 Thread andreschnabel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44793


User andreschnabel changed the following:

  What|Old value |New value

Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sun Feb 19 01:25:01 -0800 
2006 ---
thesaurus en_GB found in 2.0.2 RC1 - close

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[lingucomponent-issues] [Issue 44793] No Thesaurus for British English (UK, GB)

2006-01-31 Thread vq
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44793


User vq changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Tue Jan 31 09:25:50 -0800 
2006 ---
Thanks, looks good now. - VERIFIED

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[lingucomponent-issues] [Issue 44793] No Thesaurus for British English (UK, GB)

2006-01-30 Thread nemeth
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44793


User nemeth changed the following:

  What|Old value |New value

Status|REOPENED  |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Jan 30 17:28:57 -0800 
2006 ---
Add requested comments.

nemeth-vq: thanks for your suggestions and the QA. Laci

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[lingucomponent-issues] [Issue 44793] No Thesaurus for British English (UK, GB)

2006-01-26 Thread vq
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44793


User vq changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Thu Jan 26 13:40:06 -0800 
2006 ---
I'm sorry for being such a pain in the ...

You didn't really explain your dictionaries/util/target.pmk patch.

I guess the only chance that
$(DIC2BIN)==WordNet_license.txt
is when en_US is build as a dependency for en_GB. In this case don't copy
dictionary.lst.

Please add a comment in target.pmk why you put that line there, otherwise
this gets lost.

Secondly, can you please put a
README_en_GB_thes.txt
file with something like this in en_GB/:

en_GB is using the WordNet thesaurus from the en_US directory.

If you make me the QA rep for britishthesau I'll immediately approve this CWS
after the changes are in.

   Volker

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[lingucomponent-issues] [Issue 44793] No Thesaurus for British English (UK, GB)

2006-01-19 Thread nemeth
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44793


User nemeth changed the following:

  What|Old value |New value

   Assigned to|mh|vq

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Thu Jan 19 04:28:43 -0800 
2006 ---
nemeth-vq: Thanks for the patch, I've added it. For generating right
dictionary.lst I have made a target.pmk patch, too. (It's not the best solution.
Separating WordNet would be better.)

I have tested with
--with-dict=ENGB,
--with-dict=ENUS
--with-dict=ENGB,ENUS
--with-dict=ITIT
--with-dict=ALL
config parameters. (BTW, DIC_ALL is a sticky enviroment variable, we need
explicit unset DIC_ALL to rebuild OOo with not all dictionaries)

Diff:

diff -u -r dictionaries.britishthesau/en_US/makefile.mk
dictionaries/en_US/makefile.mk
--- dictionaries.britishthesau/en_US/makefile.mk2005-12-04 
03:26:45.0 +0100
+++ dictionaries/en_US/makefile.mk  2006-01-19 12:46:09.0 +0100
 
 DIC2BIN= \
en_US.aff \
en_US.dic \
-   WordNet_license.txt \
hyph_en_US.dic
 
 .ENDIF
 
+# add WordNet license to American and British English
+.IF $(DIC_ALL)$(DIC_ENUS)$(DIC_ENGB)!=
+
+DIC2BIN+= \
+   WordNet_license.txt
+
+.ENDIF
+

diff -u -r dictionaries.britishthesau/util/target.pmk 
dictionaries/util/target.pmk
--- dictionaries.britishthesau/util/target.pmk  2005-09-08 19:58:44.0 
+0200
+++ dictionaries/util/target.pmk2006-01-19 12:46:09.0 +0100
 
 $(BIN)$/dictionary_$(DICT_LOCALE).line : dictionary.lst
+.IF $(DIC2BIN)!=WordNet_license.txt
+$(TYPE) dictionary.lst  $(BIN)$/dictionary_$(DICT_LOCALE).line
-
+.ENDIF


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[lingucomponent-issues] [Issue 44793] No Thesaurus for British English (UK, GB)

2006-01-18 Thread vq
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44793


User vq changed the following:

  What|Old value |New value

CC|'dnaber,laurentgodard,mh,n|'dnaber,laurentgodard,mh,n
  |emeth'|emeth,vq'

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Wed Jan 18 20:26:46 -0800 
2006 ---
Sorry to reopen, I was looking at CWS britishthesau and I found that for the
en_GB version the licence file is not included.

Something like this is needed in dictionaries/en_US/makefile.mk:

.IF $(DIC_ALL)$(DIC_ENUS)$(DIC_ENUS)!=
DIC2BIN+= WordNet_license.txt
.ENDIF

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[lingucomponent-issues] [Issue 44793] No Thesaurus for British English (UK, GB)

2005-12-12 Thread nemeth
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44793





--- Additional comments from [EMAIL PROTECTED] Mon Dec 12 06:51:45 -0800 
2005 ---
nemeth-dnaber: There is no Canadian English dictionary in the source.
I had tried to implement the ANY region in OOo's Thesaurus 
(for example, THES en ANY th_en_US_v2), but I didn't finish it.
Using ANY region could give a default thesaurus for a language, but in the first
place, DictOOo and OOo builds of the nativ language projects need to set the
right thesaurus. There may be big differences at regions of the same
language. For example, `The Spanish version of Windows used the word Hembra -
meaning woman in Spain - for choosing gender. But in some Central American
republics, notably Nicaragua, the word is an insult meaning bitch. The program
was changed.' (http://www.guardian.co.uk/uk_news/story/0,,1285890,00.html)

Laci


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[lingucomponent-issues] [Issue 44793] No Thesaurus for British English (UK, GB)

2005-12-11 Thread dnaber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44793





--- Additional comments from [EMAIL PROTECTED] Sun Dec 11 11:20:57 -0800 
2005 ---
So does this only affect US and British English? What about Canadian English 
etc, shouldn't these be added, too? 
 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[lingucomponent-issues] [Issue 44793] No Thesaurus for British English (UK, GB)

2005-12-08 Thread nemeth
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44793





--- Additional comments from [EMAIL PROTECTED] Thu Dec  8 22:45:37 -0800 
2005 ---
 from langdev mailing list 
Hi Laurent,

Quoting Laurent Godard [EMAIL PROTECTED]:

 Hi all, Hi nemeth

 I just read the update of the dictionary.lst file
 Thansk for that

 I've a question though
 As en_GB thesaurus uses the same file as en_US, why not filling the .lst
 file with the two lines idependantaly of the language ?

I have made only a little 3-line patch:

--- dictionaries/en_GB/dictionary.lst   2005-02-21 13:07:04.0 +0100
+++ dictionaries.britishthesau/en_GB/dictionary.lst 2005-12-03
21:58:27.0 +0100
@@ -1,2 +1,3 @@
 DICT en GB en_GB
 HYPH en GB hyph_en_GB
+THES en GB th_en_US_v2
--- dictionaries/en_US/makefile.mk  2005-09-08 19:57:34.0 +0200
+++ dictionaries.britishthesau/en_US/makefile.mk2005-12-04
03:26:45.0 +0100
-.IF $(DIC_ALL)$(DIC_ENUS)!=
+.IF $(DIC_ALL)$(DIC_ENUS)!= || $(DIC_ALL)$(DIC_ENGB)!=

 ALLTAR : $(MISC)$/th_en_US_v2.don
--- dictionaries/prj/build.lst  2005-11-11 12:12:19.0 +0100
+++ dictionaries.britishthesau/prj/build.lst2005-12-07 21:33:40.0 
+0100
@@ -4,7 +4,7 @@
 di dictionaries\cs_CZ  nmake   -   all di_cs_CZ di_diclst NULL
 di dictionaries\da_DK  nmake   -   all di_da_DK di_diclst NULL
 di dictionaries\de_DE  nmake   -   all di_de_DE di_diclst NULL
-di dictionaries\en_GB  nmake   -   all di_en_GB di_diclst NULL
+di dictionaries\en_GB  nmake   -   all di_en_GB di_en_US
di_diclst NULL
 di dictionaries\en_US  nmake   -   all di_en_US di_diclst NULL
 di dictionaries\it_IT  nmake   -   all di_it_IT di_diclst NULL
 di dictionaries\ru_RU  nmake   -   all di_ru_RU di_diclst NULL

Separating WordNet thesaurus is a good idea, but I didn't want to do
big changes in the source.


 Do I miss something ?
 What if --with-dic is not set ? all is written ?

Yes, it is, with the right en_GB and en_US thesaurus declaration:

HYPH da DK hyph_da_DK
HYPH de DE hyph_de_DE
DICT en GB en_GB
HYPH en GB hyph_en_GB
THES en GB th_en_US_v2
DICT en US en_US
HYPH en US hyph_en_US
THES en US th_en_US_v2
DICT it IT it_IT
HYPH it IT hyph_it_IT
HYPH ru RU hyph_ru_RU

Best regards,

Laci

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[lingucomponent-issues] [Issue 44793] No Thesaurus for British English (UK, GB)

2005-12-07 Thread nemeth
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44793





--- Additional comments from [EMAIL PROTECTED] Wed Dec  7 13:18:19 -0800 
2005 ---
Testing: Now also ENGB uses WordNet thesaurus.

Test log with comments:

# configure only for British (ENGB)

[EMAIL PROTECTED] OOo_2.0beta2] cd ../config_office
[EMAIL PROTECTED] OOo_2.0beta2] ./configure
--with-jdk-home=/usr/java/j2sdk1.4.2_07/ --disable-mozilla -with-dict=ENGB

# build dictionaries project

[EMAIL PROTECTED] config_office]# cd ..
[EMAIL PROTECTED] config_office]# . LinuxIntelEnv.Set.sh
[EMAIL PROTECTED] config_office]# cd dictionaries
[EMAIL PROTECTED] dictionaries]# build

# dictionary.lst with thesaurus

[EMAIL PROTECTED] dictionaries]# cat unxlngi4.pro/bin/dictionary.lst
# List of All Dictionaries to be Loaded by OpenOffice
# ---
# Each Entry in the list have the following space delimited fields
#
# Field 1: Entry Type DICT - spellchecking dictionary
# HYPH - hyphenation dictionary
# THES - thesaurus files
#
# Field 2: Language code from Locale en or de or pt ...
#
# Field 3: Country Code from Locale US or GB or PT
#
# Field 4: Root name of file(s) en_US or hyph_de or th_en_US
#  (do not add extensions to the name)

DICT en GB en_GB
HYPH en GB hyph_en_GB
THES en GB th_en_US_v2

# check packaged files
[EMAIL PROTECTED] dictionaries]# unzip -l unxlngi4.pro/bin/writingaids.zip
Archive:  unxlngi4.pro/bin/writingaids.zip
  Length Date   TimeName
    
   526269  12-07-05 22:11   en_GB.dic
79272  12-07-05 22:11   hyph_en_GB.dic
27375  12-07-05 22:11   en_GB.aff
 1438  12-07-05 22:11   README_en_GB.txt
  637  12-07-05 22:11   dictionary.lst
  3044762  12-07-05 22:11   th_en_US_v2.idx
 18597793  07-24-05 00:32   th_en_US_v2.dat
   100272  12-07-05 22:11   DicOOo.sxw
90508  12-07-05 22:11   FontOOo.sxw
    ---
 22468326   9 files


# configure only for American English (ENUS)

[EMAIL PROTECTED] dictionaries]#
[EMAIL PROTECTED] dictionaries]# cd ../config_office
[EMAIL PROTECTED] dictionaries]# ./configure
--with-jdk-home=/usr/java/j2sdk1.4.2_07/ --disable-mozilla -with-dict=ENUS
[EMAIL PROTECTED] OOo_2.0beta2]# ..
[EMAIL PROTECTED] OOo_2.0beta2]# . LinuxIntelEnv.Set.sh
[EMAIL PROTECTED] OOo_2.0beta2]# cd dictionaries
[EMAIL PROTECTED] dictionaries]# rm -rf unxlngi4.pro/
[EMAIL PROTECTED] dictionaries]# build
[EMAIL PROTECTED] dictionaries]# cat unxlngi4.pro/bin/dictionary.lst
# List of All Dictionaries to be Loaded by OpenOffice
# ---
# Each Entry in the list have the following space delimited fields
#
# Field 1: Entry Type DICT - spellchecking dictionary
# HYPH - hyphenation dictionary
# THES - thesaurus files
#
# Field 2: Language code from Locale en or de or pt ...
#
# Field 3: Country Code from Locale US or GB or PT
#
# Field 4: Root name of file(s) en_US or hyph_de or th_en_US
#  (do not add extensions to the name)

DICT en US en_US
HYPH en US hyph_en_US
THES en US th_en_US_v2
[EMAIL PROTECTED] dictionaries]# unzip -l unxlngi4.pro/bin/writingaids.zip
Archive:  unxlngi4.pro/bin/writingaids.zip
  Length Date   TimeName
    
   695728  12-07-05 21:47   en_US.dic
36467  12-07-05 21:47   hyph_en_US.dic
 2731  12-07-05 21:47   en_US.aff
 1625  12-07-05 21:47   WordNet_license.txt
  637  12-07-05 21:47   dictionary.lst
  3044762  12-07-05 21:47   th_en_US_v2.idx
 18597793  07-24-05 00:32   th_en_US_v2.dat
   100272  12-07-05 21:47   DicOOo.sxw
90508  12-07-05 21:47   FontOOo.sxw
    ---
 22570523   9 files



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[lingucomponent-issues] [Issue 44793] No Thesaurus for British English (UK, GB)

2005-12-07 Thread nemeth
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44793


User nemeth changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=32193) Full test log





--- Additional comments from [EMAIL PROTECTED] Wed Dec  7 13:22:32 -0800 
2005 ---
Created an attachment (id=32193)
Full test log


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[lingucomponent-issues] [Issue 44793] No Thesaurus for British English (UK, GB)

2005-12-07 Thread nemeth
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44793


User nemeth changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Wed Dec  7 13:24:55 -0800 
2005 ---
[try reassign]

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[lingucomponent-issues] [Issue 44793] No Thesaurus for British English (UK, GB)

2005-12-07 Thread nemeth
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44793


User nemeth changed the following:

  What|Old value |New value

   Assigned to|[EMAIL PROTECTED] |mh

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Wed Dec  7 13:32:35 -0800 
2005 ---
nemeth-mh: Martin, I have made the QA, but please, check it. Thanks.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[lingucomponent-issues] [Issue 44793] No Thesaurus for British English (UK, GB)

2005-12-07 Thread nemeth
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44793


User nemeth changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Dec  7 13:33:38 -0800 
2005 ---
.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[lingucomponent-issues] [Issue 44793] No Thesaurus for British English (UK, GB)

2005-12-04 Thread laurentgodard
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44793





--- Additional comments from [EMAIL PROTECTED] Sun Dec  4 01:15:15 -0800 
2005 ---
stardiv has been updated
will be available after propagating

Laurent

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[lingucomponent-issues] [Issue 44793] No Thesaurus for British English (UK, GB)

2005-12-03 Thread grsingleton
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44793





--- Additional comments from [EMAIL PROTECTED] Sat Dec  3 06:18:08 -0800 
2005 ---
Likewise for the_en_CA and probably for all English incarnations.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[lingucomponent-issues] [Issue 44793] No Thesaurus for British English (UK, GB)

2005-12-03 Thread grsingleton
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44793


User grsingleton changed the following:

  What|Old value |New value

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Sat Dec  3 12:19:59 -0800 
2005 ---
.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[lingucomponent-issues] [Issue 44793] No Thesaurus for British English (UK, GB)

2005-12-03 Thread nemeth
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44793


User nemeth changed the following:

  What|Old value |New value

CC|'dnaber,nemeth'   |'dnaber,laurentgodard,neme
  |  |th'

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sat Dec  3 18:52:49 -0800 
2005 ---
Fixed in the CWS britishthesau. 

CWS description:

`Add en_US thesaurus to the British English language. The new en_US thesaurus
based on WordNet. ``WordNet is a lexical database for the English language.''
(http://wordnet.princeton.edu) Using this theasurus for British is a reasonable
request.'

Laurent: Could you add the en_US theasurus to other English regions in the
DicOOo installer similar to French and German?

Thanks,

Laci


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[lingucomponent-issues] [Issue 44793] No Thesaurus for British English (UK, GB)

2005-11-21 Thread mh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44793


User mh changed the following:

  What|Old value |New value

  Target milestone|OOo 2.0.1 |OOo 2.0.2





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[lingucomponent-issues] [Issue 44793] No Thesaurus for British English (UK, GB)

2005-11-01 Thread dnaber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44793


User dnaber changed the following:

  What|Old value |New value

  Target milestone|---   |OOo 2.0.1





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[lingucomponent-issues] [Issue 44793] No Thesaurus for British English (UK, GB)

2005-10-14 Thread dnaber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44793


User dnaber changed the following:

  What|Old value |New value

  Subcomponent|www   |thesaurus





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[lingucomponent-issues] [Issue 44793] No Thesaurus for British English (UK, GB)

2005-10-13 Thread komencanto
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44793





--- Additional comments from [EMAIL PROTECTED] Sun Sep 11 13:14:33 -0700 
2005 ---
Am I right that the line THES en GB th_en_US_v2 just needs to be added to 
this file?: external/addons/dictionaries/en_US/dictionary.lst.  Laci, do you 
have write access to that file? 
 

--- Additional comments from [EMAIL PROTECTED] Thu Oct 13 05:44:31 -0700 
2005 ---
That is all that needs to be added I believe. This really has to go in before
the release next week!

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[lingucomponent-issues] [Issue 44793] No Thesaurus for British English (UK, GB)

2005-03-12 Thread komencanto
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44793





--- Additional comments from [EMAIL PROTECTED] Sat Mar 12 17:08:56 -0800 
2005 ---
It turns out that the thesaurus being used in the 2.0 beta is in fact
ambidextrous and supports both British English and American English. The list
for color for example, also contains colour.
So, all that needs to be done to completely solve this problem is add the line
THES en GB th_en_US_new
to C:\Program Files\OpenOffice.org1.9.79\share\dict\ooo\dictionary.lst ,
presuming that that th_en_US_new is still the filename once 2.0 leaves beta 
stage.

This will solve the whole problem for half the English speaking word and let us
use synonyms as much as we like!
Who can get this added in for 2.0?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]