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

Feature/aut 3965/enable vertical writing #4168

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

olga-kulish
Copy link
Contributor

@olga-kulish olga-kulish commented Jan 15, 2025

Related to https://oat-sa.atlassian.net/browse/AUT-3965

Add VerticalWritingMode property for Japanese language, for FE to use it with /tao/Languages/index endpoint.
Possible values: not set, vertical-rl [Chinese, Korean, Japanese], vertical-lr [Mongolian].

If you think it's an unnecessary complication, we can just hardcode list of languages on FE, no problem.

FE part: oat-sa/extension-tao-itemqti#2661

Deployed to unit01

Copy link

github-actions bot commented Jan 15, 2025

Front-end summary Node 18

💯 Total ✅ Passed ⏭️ Skipped ❌ Failed
241 241 0 0

@olga-kulish olga-kulish force-pushed the feature/AUT-3965/enable-vertical-writing branch from 770cc60 to d9e9888 Compare January 15, 2025 15:56
Copy link

Version

Target Version 54.30.0
Last version 54.29.1

There are 0 BREAKING CHANGE, 1 feature, 0 fix

string $code,
string $label,
string $orientation,
?string $verticalWritingMode
Copy link
Contributor Author

Choose a reason for hiding this comment

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

In github search, I didn't find this constructor called anywhere besides LanguageRepository.php.
If you think adding a new parameter is a breaking change, let's make this parameter optional (?string $verticalWritingMode = null)

@olga-kulish olga-kulish requested review from a team, kilatib, wazelin and poyuki January 16, 2025 15:03
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

Successfully merging this pull request may close these issues.

1 participant