X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=tools%2Flocale-builder%2FREADME;h=cad06784fdbf7c15d6d157fc51bfc34f32487c6a;hb=1ff11121a4ab863ded1dd68a2f3f98ec2b5b7b1b;hp=7c5d00cb02623a1b4e4ab9e31757995aa548807b;hpb=6c035e225abc36a15501a03f574744824225350b;p=mono.git diff --git a/tools/locale-builder/README b/tools/locale-builder/README index 7c5d00cb026..cad06784fdb 100644 --- a/tools/locale-builder/README +++ b/tools/locale-builder/README @@ -36,4 +36,13 @@ In each entry, strings are extracted to locale_strings table, and in each structure they are represented as an index to the string. +* updating the data + + Currently, when we need to fix or update data, we need to modify or + add the proper file in the supp directory (if it's a new file it must be added + in Makefile.am as well to supp_data_files). + To create the files used by the runtime after an update, run: + make culture-table + make install-culture-table + At the start of Makefile.am there are additional instructions for specific builds.