Re: [Printing-architecture] PAPPL 1.2.0
Till Kamppeter <[email protected]>
| Newsgroups | dev.linux.lists.printing-architecture |
|---|---|
| Message-ID | <[email protected]> |
On 15/05/2022 15:57, Michael Sweet wrote:
> Till,
>
> You need to create a .strings file of the form:
>
> "optionname" = "localized text";
> "optionname.choicename" = "localized text";
>
> Add these resources in your system callback with papplSystemAddStringsData/File.
>
Can I set this dynamically while the Printer Application is running?
This way I can create it when I set up a printer and read the PPD file I
have assigned to it. I do not want to have to pre-build this for ~4000
PPD files and this way blow up the size of the Snap. And there is also
the function for users to load their own PostScript PPD files.
Till