You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
971b4d4ae6
* resize single elements from the side * fix lint * do not resize texts from the sides (for we want to wrap/unwrap) * omit side handles for frames too * upgrade types * enable resizing from the sides for multiple elements as well * fix lint * maintain aspect ratio when elements are not of the same angle * lint * always resize proportionally for multiple elements * increase side resizing padding * code cleanup * adaptive handles * do not resize for linear elements with only two points * prioritize point dragging over edge resizing * lint * allow free resizing for multiple elements at degree 0 * always resize from the sides * reduce hit threshold * make small multiple elements movable * lint * show side handles on touch screen and mobile devices * differentiate touchscreens * keep proportional with text in multi-element resizing * update snapshot * update multi elements resizing logic * lint * reduce side resizing padding * bound texts do not scale in normal cases * lint * test sides for texts * wrap text * do not update text size when changing its alignment * keep text wrapped/unwrapped when editing * change wrapped size to auto size from context menu * fix test * lint * increase min width for wrapped texts * wrap wrapped text in container * unwrap when binding text to container * rename `wrapped` to `autoResize` * fix lint * revert: use `center` align when wrapping text in container * update snaps * fix lint * simplify logic on autoResize * lint and test * snapshots * remove unnecessary code * snapshots * fix: defaults not set correctly * tests for wrapping texts when resized * tests for text wrapping when edited * fix autoResize refactor * include autoResize flag check * refactor * feat: rename action label & change contextmenu position * fix: update version on `autoResize` action * fix infinite loop when editing text in a container * simplify * always maintain `width` if `!autoResize` * maintain `x` if `!autoResize` * maintain `y` pos after fontSize change if `!autoResize` * refactor * when editing, do not wrap text in textWysiwyg * simplify text editor * make test more readable * comment * rename action to match file name * revert function signature change * only update in app --------- Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com> |
9 months ago | |
---|---|---|
.. | ||
README.md | 1 year ago | |
ar-SA.json | 1 year ago | |
az-AZ.json | 1 year ago | |
bg-BG.json | 1 year ago | |
bn-BD.json | 1 year ago | |
ca-ES.json | 1 year ago | |
cs-CZ.json | 1 year ago | |
da-DK.json | 1 year ago | |
de-DE.json | 1 year ago | |
el-GR.json | 1 year ago | |
en.json | 9 months ago | |
es-ES.json | 1 year ago | |
eu-ES.json | 1 year ago | |
fa-IR.json | 1 year ago | |
fi-FI.json | 1 year ago | |
fr-FR.json | 1 year ago | |
gl-ES.json | 1 year ago | |
he-IL.json | 1 year ago | |
hi-IN.json | 1 year ago | |
hu-HU.json | 1 year ago | |
id-ID.json | 1 year ago | |
it-IT.json | 1 year ago | |
ja-JP.json | 1 year ago | |
kaa.json | 1 year ago | |
kab-KAB.json | 1 year ago | |
kk-KZ.json | 1 year ago | |
km-KH.json | 1 year ago | |
ko-KR.json | 1 year ago | |
ku-TR.json | 1 year ago | |
lt-LT.json | 1 year ago | |
lv-LV.json | 1 year ago | |
mr-IN.json | 1 year ago | |
my-MM.json | 1 year ago | |
nb-NO.json | 1 year ago | |
nl-NL.json | 1 year ago | |
nn-NO.json | 1 year ago | |
oc-FR.json | 1 year ago | |
pa-IN.json | 1 year ago | |
percentages.json | 1 year ago | |
pl-PL.json | 1 year ago | |
pt-BR.json | 1 year ago | |
pt-PT.json | 1 year ago | |
ro-RO.json | 1 year ago | |
ru-RU.json | 1 year ago | |
si-LK.json | 1 year ago | |
sk-SK.json | 1 year ago | |
sl-SI.json | 1 year ago | |
sv-SE.json | 1 year ago | |
ta-IN.json | 1 year ago | |
th-TH.json | 1 year ago | |
tr-TR.json | 1 year ago | |
uk-UA.json | 1 year ago | |
vi-VN.json | 1 year ago | |
zh-CN.json | 1 year ago | |
zh-HK.json | 1 year ago | |
zh-TW.json | 1 year ago |
README.md
How to contribute
Please do not contribute changes directly to these files, as we manage them with Crowdin. Instead:
- to request a new translation, open an issue.
- to update existing translations, edit them on Crowdin and we should have them included in the app soon!
Completion of translation
percentages.json holds a percentage of completion for each language. We generate these automatically on build time when a new translation PR appears.
We only make a language available on the app if it exceeds a certain threshold of completion.