VLCStringsForLocalization.m 821 B

123456789101112131415161718192021
  1. /*****************************************************************************
  2. * VLC for iOS
  3. *****************************************************************************
  4. * Copyright (c) 2017 VideoLAN. All rights reserved.
  5. * $Id$
  6. *
  7. * Authors: Carola Nitz <nitz.carola # googlemail.com>
  8. *
  9. * Refer to the COPYING file of the official project for license.
  10. *****************************************************************************/
  11. //This file is there to avoid key deletion by the update_strings.py script.
  12. //Add Keys here with text that we need translation for but are not directly used within the App
  13. void _notAMethod()
  14. {
  15. NSLocalizedString(@"STORE_DESCRIPTION", nil);
  16. NSLocalizedString(@"STORE_DESCRIPTION_TV", nil);
  17. NSLocalizedString(@"ABOUT_APP", nil);
  18. NSLocalizedString(@"SECTION_HEADER_NETWORK", nil);
  19. }