Compare commits

..
Author SHA1 Message Date
prafull-opensignlabs a8c972320e Merge pull request #705 from OpenSignLabs/staging
v2.23.0
2025-05-30 14:22:45 +00:00
2 changed files with 3 additions and 2 deletions
@@ -938,6 +938,8 @@ function Placeholder(props) {
handleSaveDate={handleSaveDate}
xPos={props.xPos}
calculateFont={calculateFont}
posWidth={props.posWidth}
posHeight={props.posHeight}
/>
</div>
</Rnd>
@@ -9,8 +9,7 @@ function SelectLanguage(props) {
{ value: "es", text: "Española" }, //spanish
{ value: "fr", text: "Français" }, //french
{ value: "it", text: "Italiano" }, //italian
{ value: "de", text: "Deutsch" }, //german
{ value: "hi", text: "हिन्दी" } //hindi
{ value: "de", text: "Deutsch" } //german
];
const defaultLanguage = i18next.language || "en";
const [lang, setLang] = useState(defaultLanguage);