mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Find translation files on Linux after Subsurface was installed
So far we only looked in the a local subdirectory, but once Subsurface has been installed, we don't need to change the search path for translation files anymore. Fixes #2 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c78bf18998
commit
834825f406
5 changed files with 17 additions and 6 deletions
2
main.c
2
main.c
|
@ -230,7 +230,7 @@ int main(int argc, char **argv)
|
|||
/* set up l18n - the search directory needs to change
|
||||
* so that it uses the correct system directory when
|
||||
* subsurface isn't run from the local directory */
|
||||
path = subsurface_gettext_domainpath();
|
||||
path = subsurface_gettext_domainpath(argv[0]);
|
||||
setlocale( LC_ALL, "" );
|
||||
bindtextdomain("subsurface", path);
|
||||
bind_textdomain_codeset("subsurface", "utf-8");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue