Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Provide i18n for InlineBezierCurveEditor #5553

Merged
merged 4 commits into from
Oct 18, 2013

Conversation

marcelgerber
Copy link
Contributor

Provide a translation (currently english + german) for the InlineBezierCurveEditor which was introduced with #5550.

CC @redmunds
Check german translation: @ingorichter @couzteau @pthiess

@ghost ghost assigned redmunds Oct 17, 2013

InlineBezierCurveEditor = require("InlineBezierCurveEditor").InlineBezierCurveEditor,
BezierCurveUtils = require("BezierCurveUtils");
BezierCurveUtils = require("BezierCurveUtils"),
EmbeddedStyles = require("text!EmbeddedStyles.css");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Name of new css file should have better description -- something like localized.css.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But maybe we want to add some more CSS rules later, wo this is a general name for the file.
But I can rename it if you still want to.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's already main.css for general rules. This new css file is only for localized content and the name should reflect that to help prevent other rules from getting put in it.

@redmunds
Copy link
Contributor

@SAplayer Brilliant! Done with code review.

@WebsiteDeveloper
Copy link
Contributor

@redmunds @SAplayer german translation looks good.

@marcelgerber
Copy link
Contributor Author

Just done the rename. Hope it's ready for merging now.

@redmunds
Copy link
Contributor

Thanks. Merging.

redmunds added a commit that referenced this pull request Oct 18, 2013
Provide i18n for InlineBezierCurveEditor
@redmunds redmunds merged commit d315fef into adobe:master Oct 18, 2013
@marcelgerber marcelgerber deleted the cubic-bezier-translation branch October 18, 2013 22:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants