To work with plural numbers in xcode, there is an additional file Localizable.stringsdict
example: https://medium.com/@vitaliikuznetsov/plurals-localization-using-stringsdict-in-ios-a910aab8c28c
when changing the language of your methods, the file for plural numbers is not loaded for the desired language, help, how to fix this?