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

How do you use English locale? #15

Open
bendavis78 opened this issue Feb 5, 2021 · 1 comment
Open

How do you use English locale? #15

bendavis78 opened this issue Feb 5, 2021 · 1 comment

Comments

@bendavis78
Copy link

bendavis78 commented Feb 5, 2021

Currently trying out syncit locally using unpkg:

<!doctype html>
<html>
  <head>
    <script src="https://unpkg.com/@syncit/ui@0.2.0/dist/index.js"></script>
    <script src="https://unpkg.com/@syncit/transporter@0.3.2/dist/index.js"></script>
    <link rel="stylesheet" href="https://unpkg.com/@syncit/ui@0.2.0/dist/style.css">
  </head>
  <body>
    <p>Test</p>
  </body>
  <script>
    new syncit.Embed({
      target: document.body,
      props: {
        createTransporter({ role, uid }) {
          return new syncitTransporter.LocalStorageTransporter({
            role,
            uid,
          });
        },
      },
    });
  </script>
</html>

How do I set english locale?

@Juice10
Copy link
Contributor

Juice10 commented Mar 13, 2023

Hi @bendavis78, thanks for submitting this issue. The syncit project got moved to the rrweb-io GitHub org, and this repo will get archived soon. Would you mind re-submitting your issue there if it is still relevant for the new 1.0.1 (rrweb 2.0 based) syncit?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants