[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #34838] can't localize resources residing on subdirectories
From: |
julian |
Subject: |
[bug #34838] can't localize resources residing on subdirectories |
Date: |
Tue, 15 Nov 2011 23:25:58 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.51.22 (KHTML, like Gecko) Version/5.1.1 Safari/534.51.22 |
URL:
<http://savannah.gnu.org/bugs/?34838>
Summary: can't localize resources residing on subdirectories
Project: GNUstep
Submitted by: julian_
Submitted on: Di 15 Nov 2011 23:25:57 GMT
Category: Makefiles
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
i'm having trouble with gnustep localization facilities.
first of all LOCALIZED_RESOURCE_FILES seems to be completely undocumented, no
mention on the website or in make/Documentation.
the problem is that XXX_LOCALIZED_RESOURCE_FILES does only work with files
residing in the same directory in as the GNUmakefile. it expects that the
Language.lproj folders are next to the GNUMakefile. however my *.lproj folders
are in a subfolder (Resources/).
if thats not obvious, you can specify:
XXX_LOCALIZED_RESOURCE_FILES = Localized.strings
and it will pick up e.g.
=> English.lproj/Localized.strings.
but if English.lproj and the other localization folders are not in the current
path, but in the Resources/ subfolder how would you specify it?
XXX_LOCALIZED_RESOURCE_FILES = Resources/*.lproj/Localized.strings
that needs to be re-thought.
i'm currently working around the issue by not using LANGUAGES and
LOCALIZED_RESOURCE_FILES, but rather specifying the lproj folders right in
RESOURCE_FILES (so the full folders are copied), but that means i have to
strip those folders afterwards of files are not appropriate for the gnustep
version.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?34838>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #34838] can't localize resources residing on subdirectories,
julian <=