Centuscentus.hashnode.dev·Oct 15, 2023Translation Context: What It Is and Why You Should CareTranslation context is the information contributing to the overall meaning and interpretation of a text. Context is critical in translation because it ensures that the translated information effectively conveys the desired message while considering t...Discusscentus
Centuscentus.hashnode.dev·Oct 15, 2023Localization Problems: 10 Biggest Challenges and SolutionsSometimes you need to shake your hand frenetically. You know, to regain feeling in it after holding a chilled bottle of bubbly. Other times, you need to dance and sing for hours on end. Oh, the usual challenges of celebrating successful localization ...Discusslocalization
David Nguyeneplus.dev·Oct 15, 2023LangCountry: Laravel Localization Made EffortlessLangCountry is a Laravel localization package that streamlines the process of handling localization tasks, including automatic date formatting, language switching, and more. Setting up language detection and configuration can be a cumbersome task, ma...DiscussLaravelLaravel
Jeannot MullerProjeannot.hashnode.dev·Sep 8, 2023Translating a Vaadin DatePickerTranslating (internationalization of) the default English DatePicker in Vaadin (Flow) is quite straightforward. I created a compact subroutine for effortless reuse in all of my date pickers. // Declaration private final DatePicker birthday = new Dat...Discuss·45 readsVaadinvaadin
Centuscentus.hashnode.dev·Sep 3, 2023Demystifying Software Localization: A Comprehensive OverviewIn today's hyperconnected world, software applications play an integral role in our daily lives. From productivity tools to entertainment platforms, software caters to a global audience with diverse languages, cultures, and preferences. This is where...Discusslocalization
Daniel Kašajarticles.danielkasaj.com·Aug 26, 2023Tips for localizing SwiftUI appsI’ve recently localized my app Workout Shoes to German without ever touching the Localizable.strings file, and I’d like to share a few lessons learned: Let Xcode extract all the phrases for you Xcode has a menu command Product > Export Localizations…...Discuss·11 likes·208 readsSwiftUI
Vladimir NybozhinskyforQuickBlox Engineeringquickblox.hashnode.dev·Aug 25, 2023How to Customize String Theme and Localization in QuickBlox iOS UI KitThe QuickBlox iOS Chat UI Kit is an exceptional tool for iOS developers looking to create convenient and intuitive chat functionality. The Kit offers a set of iOS chat customizations that make it easy to integrate chat functionality into your app and...Discuss·1 likeiOS
Amadeusz Annissimoannissimo.com·Aug 25, 2023Laravel's HasLocalePreference: Writing PHPUnit Tests for Notifiable's Default LocaleBackground: How to define default Locale for Notifiable Since Laravel 5.7.7, you can set the preferred locale on a Notifiable. In other words, you can define the default locale that will be used for every Notification (or email) sent to a given User ...DiscussLaravel
Oliver Waterkampwaterkamp.hashnode.dev·Aug 15, 2023Terms around Internationalization (i18n)Internationalization (i18n): The process of making an app support different languages and regions. Localization (l8n): The process of customizing a globalized app for specific languages and regions. Culture: A language and, optionally, a region. ->...Discussi18n
Ikram Hasanblog.ikramhasan.com·Aug 13, 2023Automagically translate your entire app with just one command using AI ✨First thing first Thank you so much for all your support on my very first blog, titled How I Made a TicTacToe Game That You Cannot Beat 🙅♂️. It was featured both in hashnode and in daily.dev, and viewed almost 6000 times. Introduction In an increas...Discuss·1 like·129 readsPython