Skip to content

Commit

Permalink
added translations
Browse files Browse the repository at this point in the history
  • Loading branch information
ramyakrishnai committed May 7, 2024
1 parent 2bbcc34 commit 9319845
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions src/app/pages/settings/socialMediaAccounts.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ const SocialMediaAccounts = () => {
type="text"
id="nfd-simple-search"
className="nfd-rounded-lg nfd-text-gray-900 nfd-border-none nfd-outline-none nfd-text-sm nfd-w-full nfd-ps-10 nfd-p-2.5 nfd-dark:placeholder-gray-400 nfd-border-transparent focus:nfd-border-transparent focus:nfd-ring-0"
placeholder="Search..."
placeholder={ __(

Check failure on line 95 in src/app/pages/settings/socialMediaAccounts.js

View workflow job for this annotation

GitHub Actions / ESLint

Use ellipsis character (…) in place of three dots
"Search...",

Check failure on line 96 in src/app/pages/settings/socialMediaAccounts.js

View workflow job for this annotation

GitHub Actions / ESLint

Replace `"Search..."` with `'Search...'`
'wp-plugin-bluehost'
) }
required
onClick={ () => ( input = true ) }
/>
Expand All @@ -111,7 +114,10 @@ const SocialMediaAccounts = () => {
>
<path d="M22.675 0h-21.35c-.732 0-1.325.593-1.325 1.325v21.351c0 .731.593 1.324 1.325 1.324h11.495v-9.294h-3.128v-3.622h3.128v-2.671c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12v9.293h6.116c.73 0 1.323-.593 1.323-1.325v-21.35c0-.732-.593-1.325-1.325-1.325z"></path>
</svg>
<p className="nfd-pl-3">Facebook</p>
<p className="nfd-pl-3">{ __(

Check failure on line 117 in src/app/pages/settings/socialMediaAccounts.js

View workflow job for this annotation

GitHub Actions / ESLint

Insert `⏎↹↹↹↹↹↹↹↹↹↹`
"Facebook",

Check failure on line 118 in src/app/pages/settings/socialMediaAccounts.js

View workflow job for this annotation

GitHub Actions / ESLint

Replace `↹"Facebook"` with `'Facebook'`
'wp-plugin-bluehost'

Check failure on line 119 in src/app/pages/settings/socialMediaAccounts.js

View workflow job for this annotation

GitHub Actions / ESLint

Delete `↹`
) }</p>

Check failure on line 120 in src/app/pages/settings/socialMediaAccounts.js

View workflow job for this annotation

GitHub Actions / ESLint

Replace `↹)·}` with `)·}⏎↹↹↹↹↹↹↹↹↹`
</button>
</div>
</div>
Expand Down

0 comments on commit 9319845

Please sign in to comment.