Skip to content
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

Support to add custom labels for csv import #9457

Open
ramirser000 opened this issue May 20, 2024 · 1 comment
Open

Support to add custom labels for csv import #9457

ramirser000 opened this issue May 20, 2024 · 1 comment

Comments

@ramirser000
Copy link

Hello,

Can the labels from the files lang/csv2vcard.inc be allowed to be customized?

Similar to how the regular language function works:
$rcube->load_language($_SESSION['language'], null, $texts);
However this function doesn't update the csv mapping labels.

@johndoh
Copy link
Contributor

johndoh commented May 21, 2024

I have been working simplifying the CSV to vCard mapping process. Currently waiting on #9431

My idea is that, in the end, lang/csv2vcard.inc will contain everything needed for mapping e.g. an entry like $map['email:other'][] = "E-mail 3 Address"; would map the title "E-mail 3 Address" to the Email Other field in Roundcube.

It does not add use of $rcube->load_language() which is not currently part of the process.

@alecpl alecpl added this to the later milestone Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants