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

Language support #6

Open
datalorax opened this issue Jun 7, 2018 · 9 comments
Open

Language support #6

datalorax opened this issue Jun 7, 2018 · 9 comments
Labels
help wanted Extra attention is needed

Comments

@datalorax
Copy link
Owner

There seems to be a fair amount of interest in getting this running with other languages. I'm all for it, but at this point in the development I can't devote the time to it. If there are others out there that are willing to put in the time, I would love the contribution. I am also happy to chat about the code I have and how I think it could be modified to support other languages, particularly if you don't have a lot of prior experience with xml code. If you're an expert in navigating xml trees, all the better. 😎

@datalorax datalorax added the help wanted Extra attention is needed label Jun 7, 2018
@etabeta78
Copy link

etabeta78 commented Oct 28, 2019

Hi, would it be possible to have in the meanwhile a way to turn off the language check (leaving it turned on bu default) so to understand better how large impact has the encoding?

I have several slidesets which have language set to non en-US, but written in English (I guess due to local settings used by PowerPoint at slide generation) and I would like to understand which impacts the 'declared' encoding could have :-)

ETA: OK, I stumbled upon the other (closed) issue about language support and now I see XML tags are different... I should have searched before commenting.

@datalorax
Copy link
Owner Author

No problem. Sorry there hasn't been progress on this.

@arubio2
Copy link

arubio2 commented Mar 10, 2020

Hi there. A workaround for the language issues is the following (it worked for me);:

  1. Upload the presentation to Google Drive
  2. Download it again (some changes in it performed silently)
  3. Run the newbullets branch of the project (devtools::install_github("datalorax/slidex", ref="newbullets"))

That's it :)

@datalorax
Copy link
Owner Author

Wow! This is great to hear! Thank you! I'll try to get this documented. (and eventually I need to make the final edits to that newbullets branch and merge it with master)

@brunolucian
Copy link

Hi there. A workaround for the language issues is the following (it worked for me);:

  1. Upload the presentation to Google Drive
  2. Download it again (some changes in it performed silently)
  3. Run the newbullets branch of the project (devtools::install_github("datalorax/slidex", ref="newbullets"))

That's it :)

That approach not work for me 👎

@datalorax
Copy link
Owner Author

I'm pretty sure the new dplyr broke this. I will try to get around to fixing it soon.

@datalorax
Copy link
Owner Author

Alright, turns out this is an issue with Office 365 (I built this using Office 2016 for Mac). Please try downloading and installing the latest commits with remotes::install_github("datalorax/slidex@office365-changes") and see if that works for you.

@datalorax datalorax mentioned this issue Jul 24, 2020
@sebacea
Copy link

sebacea commented Feb 4, 2021

Great job, do you have any news regarding non-english encodings? i do not see branch office365-changes

@datalorax
Copy link
Owner Author

Hi - that branch no longer exists because it was merged in with the main branch. Development on this project has basically stopped. I just don't have the time to support it, unfortunately. But, I did just put out a call for help on twitter (https://twitter.com/datalorax_/status/1357184005242716162?s=20) so perhaps somebody will come and help get it moving again. Sorry there has been little to no movement on this since its initial development.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants