-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1966 from openaps/l10n_master
New Crowdin updates
- Loading branch information
Showing
733 changed files
with
3,290 additions
and
2,542 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# a test file for image scaling | ||
|
||
We got some problems with scaling on different devices and wanted to check how we can solve in | ||
|
||
1. Markdown and | ||
2. Crowdin too. | ||
|
||
This image width is in original 400px. | ||
|
||
## standard markdown | ||
|
||
![testimage](../images/setup-wizard/Screenshot_20231202_141912.png) | ||
|
||
## 400px image tag myst_parser passthrough with extra width attribute | ||
|
||
Here comes text. | ||
|
||
```{image} ../images/setup-wizard/Screenshot_20231202_141912.png | ||
:width: 400px | ||
``` | ||
|
||
Here comes some more text. | ||
|
||
## 500px image tag myst_parser passthrough with extra width attribute | ||
|
||
Here comes text. | ||
|
||
```{image} ../images/setup-wizard/Screenshot_20231202_141912.png | ||
:width: 500px | ||
``` | ||
|
||
Here comes some more text. |
Oops, something went wrong.