We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d674d56 commit ab0d601Copy full SHA for ab0d601
.github/scripts/generate-locale-matrix.js
@@ -205,7 +205,8 @@ function processAutoTrigger(localeConfig, changesJson) {
205
// Check each locale dynamically from config
206
for (const locale of Object.keys(localeConfig)) {
207
if (isLocaleEnabled(localeConfig, locale)) {
208
- const localeKey = locale.replace('-', '_'); // Convert locale key for changes JSON
+ // For changes JSON, use the locale name as-is (no conversion needed)
209
+ const localeKey = locale; // Keep original locale name for changes JSON key
210
const localeChanged = changesJson[`${localeKey}_any_changed`] === 'true';
211
212
if (coreChanged || localeChanged) {
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments