-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Globalized PPD Strings not showing in web interface #1913
Comments
CUPS.org User: mike Fixed in Subversion repository. |
"ppdlocalize.patch": Index: localize.c--- localize.c (revision 5823)
if (!ppd) @@ -93,6 +95,9 @@
+#ifdef DEBUG
/_
if ((ret = strcasecmp(a->name, b->name)) != 0)
Index: attr.c--- attr.c (revision 5823)
-ppd_attr_t * /* O - Attribute or NULL if not found /
Index: testppd.c--- testppd.c (revision 5823)
|
Version: 1.2.2
CUPS.org User: joshmathis
I have added two translations to my ppd (French and German) according to the documentation on the site (http://www.cups.org/documentation.php/spec-ppd.html). cupstestppd says it is ok. However, when I go to the web interface, all of my printer options remain in English.
The localhost:631 homepage is localized in my desired language. However, when I go to any other page, it is either all in English or mixed languages. Example: On the home page, the top menu is completely localized, but when I click "Printers", the top menu changes back to English.
I changed my loglevel to debug and tail'd the log file while browsing
the web interface. It always shows locale=(my desired target code).
The text was updated successfully, but these errors were encountered: