Bài viết này sẽ cung cấp cho chúng ta một hướng dẫn chi tiết về tính năng localization (định vị hóa) trong nền tảng WordPress, qua đó chúng ta có thể quản lí các tập tin/mã nguồn JavaScript được thêm vào hiệu quả hơn.
- Demo
- Phóng to
- Tải lại
- Cửa sổ mới
Miễn phí web hosting 1 năm đầu tại iPage
Nếu bạn vẫn còn đang tìm kiếm một nhà cung cấp hosting đáng tin cậy, tại sao không dành chút thời gian để thử với iPage, chỉ với không quá 40.000 VNĐ/tháng, nhưng bạn sẽ được khuyến mãi kèm với quà tặng trị giá trên 10.000.0000 VNĐ nếu thanh toán cho 24 tháng ~ 900.000 VNĐ?
Có trên 1 triệu khách hàng hiện tại của iPage đã & đang hài lòng với dịch vụ, tuyệt đối chắc chắn bạn cũng sẽ hài lòng giống họ! Quan trọng hơn, khi đăng ký sử dụng web hosting tại iPage thông qua sự giới thiệu của chúng tôi, bạn sẽ được hoàn trả lại toàn bộ số tiền bạn đã sử dụng để mua web hosting tại iPage. Wow, thật tuyệt vời! Bạn không phải tốn bất kì chi phí nào mà vẫn có thể sử dụng miễn phí web hosting chất lượng cao tại iPage trong 12 tháng đầu tiên. Chỉ cần nói chúng tôi biết tài khoản của bạn sau khi đăng ký.
Nếu muốn tìm hiểu thêm về ưu / nhược điểm của iPage, bạn hãy đọc đánh giá của ChọnHostViệt.com nhé!
Other Localization Techniques
While the wp_localize_script function does great work, it has one inherent flaw: each localized string is on a new line. For plugins that require a lot of localized strings, the size of the page source can easily balloon to unacceptable levels.
To remedy this, we can use two additional localization techniques: one uses JSON, and the other is a custom function.
The JSON Technique
The JSON Technique uses WordPress' built-in JSON class in order to parse our localized variables.
We would use the same localize_vars function, but would modify the way we queue our scripts.
First, let's create a helper function that will instantiate the JSON class and spit out our localized variables to screen.
<?php function js_localize($name, $vars) { ?> <script type='text/javascript'> /* <![CDATA[ */ var <?php echo $name; ?> = <?php require_once(ABSPATH . '/wp-includes/class-json.php'); $wp_json = new Services_JSON(); echo stripslashes($wp_json->encodeUnsafe($vars)); ?>; /* ]]> */ </script> <?php } ?>
The js_localize function takes in a $name (our object name) and an array of our localized variables ($vars).
The function then instantiates the JSON class and encodes the variables for output.
Here's how the code would look when queueing up your scripts:
<?php js_localize('my_unique_name', localize_vars()); wp_enqueue_script('my_script', plugins_url('your-plugin-name') . '/my_script.js', array('jquery'), '1.0.0'); ?>
Please note that the js_localize function is run before the script is queued.
While this technique does eliminate the newlines and creates cleaner source code, it does have one major flaw. It doesn't work for all languages.
For example, the Turkish language causes the above technique to crash and burn.
However, if you don't plan on having additional languages and want localization purely for the ability to access the JavaScript variables, then I would recommend this technique.
A Custom Function
For those wanting to eliminate the newlines caused by wp_localize_scripts, and still have the ability to handle complex languages, then a custom function will have to suffice.
We'll use the same exact code to queue our scripts, but the js_localize function will change a bit.
My technique is to iterate through the localized variables, save them to an array, and output the array to screen.
<?php function js_localize($name, $vars) { $data = "var $name = {"; $arr = array(); foreach ($vars as $key => $value) { $arr[count($arr)] = $key . " : '" . esc_js($value) . "'"; } $data .= implode(",",$arr); $data .= "};"; echo "<script type='text/javascript'>\n"; echo "/* <![CDATA[ */\n"; echo $data; echo "\n/* ]]> */\n"; echo "</script>\n"; } ?>
It might not be the most poetic thing you've ever seen, but it works pretty well, even for those complex languages.
Localization Conclusion
Within this article you learned the how and the why of JavaScript localization.
The benefits of localizing your JavaScript are:
- No need to embed JavaScript and PHP.
- Can capture PHP variables without having to load the WordPress environment.
- Can enable others to translate your JavaScript strings.
You also learned three different techniques to achieve localization.
- Using wp_localize_script - Recommended for general use.
- Using JSON - Recommended for non-complex localization and performance.
- Using a Custom Function - Recommended for complex localization and performance.
- Lượt gửi (0)
- Mới
Tạo video doanh nghiệp của bạn bằng AI chỉ với giọng nói hoặc văn bản
chatGPTaz.com
Nói chuyện với ChatGPT bằng ngôn ngữ mẹ đẻ của bạn
Ứng dụng AI Video
Ứng dụng video AI MIỄN PHÍ đầu tiên của bạn
Deepfake Video
Deepfake AI Video Maker
Deepfake
Deepfake AI Video Maker
AI Deep Fake
Deepfake AI Video Maker
AIvidio
AI Video Mobile Solutions
AIvideos
AI Video Platform & Solutions
AIvedio
AI Video App Maker
Faceswap AI trực tuyến
Đổi mặt Video, Ảnh & GIF ngay lập tức với Công cụ AI mạnh mẽ - Faceswap AI Trực tuyến MIỄN PHÍ
Faceswap AI trực tuyến
Đổi mặt Video, Ảnh & GIF ngay lập tức với Công cụ AI mạnh mẽ - Faceswap AI Trực tuyến MIỄN PHÍ
Temu tặng $500 cho người dùng mới
Claim Free Temu $500 Credit via Affiliate & Influencer Program
Tín dụng quảng cáo TikTok miễn phí
Làm chủ quảng cáo TikTok cho hoạt động tiếp thị doanh nghiệp của bạn
Dall-E-OpenAI.com
Tự động tạo ra hình ảnh sáng tạo với AI
chatGPT4.win
Nói chuyện với ChatGPT bằng ngôn ngữ mẹ đẻ của bạn
Sản phẩm AI đầu tiên của Elon Musk - Grok/UN.com
Nói chuyện với Grok AI Chatbot bằng ngôn ngữ của bạn
Công cụ.win
Mở trung tâm công cụ miễn phí để mọi người sử dụng với hàng trăm công cụ
GateIO.gomymobi.com
Airdrop miễn phí để nhận, chia sẻ lên đến 150.000 đô la cho mỗi dự án
iPhoneKer.com
Tiết kiệm tới 630$ khi mua iPhone 16 mới
Mua Robot Tesla Optimus
Đặt mua Tesla Bot: Robot Optimus Gen 2 ngay hôm nay với giá dưới 20.000 đô la
localizaiton tool Phản hồi