Skip to content

Commit

Permalink
fix lang attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgarrish committed Dec 19, 2024
1 parent 407fc74 commit 7f50a03
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion publishing/ja/script/aria.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="ja">
<head>
<meta charset="utf-8">
<title>ARIA</title>
Expand Down
2 changes: 1 addition & 1 deletion publishing/ja/script/autocomplete.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="ja">
<head>
<meta charset="utf-8">
<title>オートコンプリート</title>
Expand Down
2 changes: 1 addition & 1 deletion publishing/ja/script/controls.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="ja">
<head>
<meta charset="utf-8">
<title>カスタムコントロール</title>
Expand Down
2 changes: 1 addition & 1 deletion publishing/ja/script/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="ja">
<head>
<meta charset="utf-8">
<title>スクリプトとフォーム(Scripted Content and Forms)</title>
Expand Down
2 changes: 1 addition & 1 deletion publishing/ja/script/input-validation.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="ja">
<head>
<meta charset="utf-8">
<title>入力チェック</title>
Expand Down
2 changes: 1 addition & 1 deletion publishing/ja/script/keyboard.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="ja">
<head>
<meta charset="utf-8">
<title>キーボード コントロール</title>
Expand Down
2 changes: 1 addition & 1 deletion publishing/ja/script/labels.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="ja">
<head>
<meta charset="utf-8">
<title>ラベル</title>
Expand Down
2 changes: 1 addition & 1 deletion publishing/ja/script/pe.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="ja">
<head>
<meta charset="utf-8">
<title>プログレッシブ エンハンスメント</title>
Expand Down
2 changes: 1 addition & 1 deletion publishing/ja/script/tab-order.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="ja">
<head>
<meta charset="utf-8">
<title>タブ順序</title>
Expand Down
2 changes: 1 addition & 1 deletion publishing/ja/script/timers.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="ja">
<head>
<meta charset="utf-8">
<title>タイマー</title>
Expand Down
2 changes: 1 addition & 1 deletion publishing/ja/sync-media/highlight.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="ja">
<head>
<meta charset="utf-8">
<title>ハイライト</title>
Expand Down
2 changes: 1 addition & 1 deletion publishing/ja/sync-media/lists.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="ja">
<head>
<meta charset="utf-8">
<title>リスト</title>
Expand Down
2 changes: 1 addition & 1 deletion publishing/ja/sync-media/overlays.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="ja">
<head>
<meta charset="utf-8">
<title>メディアオーバーレイ</title>
Expand Down
2 changes: 1 addition & 1 deletion publishing/ja/sync-media/tables.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="ja">
<head>
<meta charset="utf-8">
<title></title>
Expand Down

0 comments on commit 7f50a03

Please sign in to comment.